A114169 Numbers n such that p(9n) is prime, where p(n) is the number of partitions of n.
4, 24, 144, 277, 278, 303, 319, 352, 518, 2279, 2405, 2578, 3400, 3787, 4273, 4457, 7603, 9145, 9858, 10774, 10988, 11545, 12954, 14120, 14674, 17537, 18193, 18602, 18919, 21955, 29775, 30559, 31504, 34160, 35618, 35655
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..555
Crossrefs
Programs
-
Mathematica
Select[ Range[22222], PrimeQ[PartitionsP[9# ]] &]
-
PARI
is(n)=isprime(numbpart(9*n)) \\ Charles R Greathouse IV, Feb 17 2017