|
| |
|
|
A114170
|
|
Numbers n such that P(10n) is prime, where P(n) is the number of partitions of n.
|
|
13
| |
|
|
44, 1108, 1302, 1504, 1829, 1847, 2267, 2537, 3060, 3289, 3324, 3997, 4138, 6175, 6505, 7266, 9733, 10177, 11483, 12708, 12881, 13632, 14136, 14414, 15917, 16409, 17614, 19133, 19381, 21966, 22967, 30565, 30744, 31655, 33783
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| Select[ Range[20000], PrimeQ[PartitionsP[10# ]] &]
|
|
|
CROSSREFS
| Cf. A000041, A046063, A114165, A111389, A111045, A114166, A111036, A114167, A114168, A114169, A114170, A070177.
Sequence in context: A010996 A004423 A172978 * A130645 A004340 A004295
Adjacent sequences: A114167 A114168 A114169 * A114171 A114172 A114173
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 14 2005
|
| |
|
|