login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144466 Primes p such that the partition number of the p-th prime is also a prime. 0
2, 3, 37, 257, 1021, 1601, 67757, 193873, 331889, 332099, 843181, 1278029, 1437133, 1613153, 2160797, 2423873, 3076313, 3506039, 4108889, 4430753, 4656089 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{ p in {A000040} : A000041(A000040(p)) in {A000040} }.
EXAMPLE
37 is in the sequence because the 37th prime is 157, the partition number of 157 is 80630964769 and 80630964769 is a prime.
MATHEMATICA
Flatten[Table[If[PrimeQ[PartitionsP[Prime[Prime[n]]]], Prime[n], {}], {n, 1, 2000}]]
Select[Prime[Range[260]], PrimeQ[PartitionsP[Prime[#]]]&] (* Harvey P. Dale, Nov 01 2011 *)
CROSSREFS
Cf. A038601.
Sequence in context: A189027 A061576 A221055 * A245061 A270587 A119448
KEYWORD
nonn,more
AUTHOR
Roger L. Bagula, Oct 09 2008
EXTENSIONS
Edited by Alois P. Heinz, Oct 26 2011
a(7)-a(21) from Michael S. Branicky, Sep 30 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)