A114166 Numbers n such that p(5n) is prime, where p(n) is the number of partitions of n.
1, 88, 105, 147, 165, 217, 1481, 2216, 2579, 2604, 3008, 3658, 3694, 4329, 4353, 4447, 4534, 5074, 5793, 6120, 6578, 6648, 7861, 7994, 8276, 8851, 9421, 10371, 12350, 12359, 12389, 13010, 13345, 13479, 14532, 14727, 16461, 19313, 19466, 20354
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..1252
Crossrefs
Programs
-
Mathematica
Select[ Range[20780], PrimeQ[PartitionsP[5# ]] &]
-
PARI
is(n)=isprime(numbpart(5*n)) \\ Charles R Greathouse IV, Feb 17 2017