login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A111036
Numbers n such that p(6n) is prime, where p(n) is the number of partitions of n.
14
1, 6, 22, 28, 31, 36, 61, 83, 91, 181, 216, 263, 356, 417, 418, 428, 528, 557, 777, 1133, 1243, 1408, 2170, 2708, 3046, 3867, 5100, 5540, 5662, 7418, 9397, 12110, 12797, 14787, 16161, 16482, 18022, 19431, 19667, 21180, 22011, 22720, 23560, 27903
OFFSET
1,2
LINKS
EXAMPLE
If n=91 then p(6n) = 27833079238879849385687 (prime).
MATHEMATICA
Select[ Range[33333], PrimeQ[ PartitionsP[6# ]] &] (* Robert G. Wilson v *)
PROG
(PARI) is(n)=isprime(numbpart(6*n)) \\ Charles R Greathouse IV, Feb 17 2017
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Nov 11 2005
EXTENSIONS
a(10)-a(45) from Robert G. Wilson v, Nov 14 2005
STATUS
approved