OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..88
EXAMPLE
41 is in the sequence because 41 is prime and the sum of divisors of 41 is 1 + 41 = 42 and 42 is the partition number of 10.
PROG
(PARI) lista() = {v = readvec("b000041.txt"); for (n=1, #v, if (isprime(p=v[n]-1), print1(p, ", ")); ); } \\ Michel Marcus, Dec 29 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 24 2014
EXTENSIONS
More terms from Michel Marcus, Dec 28 2014
Edited by Wolfdieter Lang, Jan 14 2015
STATUS
approved