OFFSET
1,1
COMMENTS
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..2434
PROG
(PARI)
allocatemem(234567890);
A007947(n) = factorback(factorint(n)[, 1]); \\ Andrew Lelechenko, May 09 2014
upto = (2^24)-4;
bigvec = vector(upto);
i=0; for(n=1, upto, bigvec[n] = Set([]); my(r=A007947(n), s=sigma(n)); if(setsearch(bigvec[r], s), i++; write("b255335.txt", i, " ", n), bigvec[r] = setunion(Set([s]), bigvec[r])));
(Scheme, with Antti Karttunen's IntSeq-library. Quite naive implementation.)
(define A255335 (MATCHING-POS 1 1 isA255335?))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 23 2015, suggested by Michel Marcus, Feb 23 2015
STATUS
approved