A252892 Primes p such that sigma(p) = 1 + p is a partition number (sorted increasingly).
2, 29, 41, 6841, 37337, 53173, 105557, 124753, 614153, 26543659, 541946239, 2841940499, 3519222691, 30388671977, 6622987708039, 3925922161489421, 1089657644424399781, 9147679068859117601, 13196258966925435701, 505499305314204629557, 2715220650772245313219
Offset: 1
Keywords
Examples
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.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..88
Programs
-
PARI
lista() = {v = readvec("b000041.txt"); for (n=1, #v, if (isprime(p=v[n]-1), print1(p, ", ")););} \\ Michel Marcus, Dec 29 2014
Extensions
More terms from Michel Marcus, Dec 28 2014
Edited by Wolfdieter Lang, Jan 14 2015
Comments