login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A114167
Numbers n such that p(7n) is prime, where p(n) is the number of partitions of n.
13
11, 24, 75, 78, 94, 105, 155, 211, 293, 416, 506, 666, 1860, 3013, 3508, 3811, 4869, 5615, 5710, 8824, 8841, 8998, 10380, 11014, 11779, 13795, 14276, 15285, 18014, 19456, 19855, 22435, 23343, 23391, 26328, 30608, 31380, 32074, 32810, 33459
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[28571], PrimeQ[PartitionsP[7# ]] &]
PROG
(PARI) is(n)=isprime(numbpart(7*n)) \\ Charles R Greathouse IV, Feb 17 2017
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 14 2005
STATUS
approved