login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163152 Primes of the form PartitionsP[p], p are prime numbers; 1
2, 3, 7, 101, 80630964769, 1394313503224447816939, 87674799670795146675673859587, 62607220478448273296879161314388228250413 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

f[n_]:=PartitionsP[n]; lst={}; Do[p=Prime[n]; If[PrimeQ[f[p]], AppendTo[lst, f[p]]], {n, 6!}]; lst

PROG

forprime(p=2, 1e4, k=numbpart(p); if(isprime(k), print1(k", ")))

CROSSREFS

Cf. A098145, A163150, A163151, A049575

Sequence in context: A062578 A062529 A058443 * A088120 A111870 A062935

Adjacent sequences:  A163149 A163150 A163151 * A163153 A163154 A163155

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 21 2009

EXTENSIONS

Program by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Oct 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:41 EST 2012. Contains 205909 sequences.