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!)
A060245 Primes p such that the sum of the first p composite numbers is itself prime. 0
5, 17, 37, 43, 47, 53, 73, 101, 127, 149, 283, 439, 601, 881, 967, 991, 1087, 1117, 1129, 1201, 1259, 1277, 1303, 1319, 1453, 1481, 1559, 1571, 1607, 1721, 1973, 2293, 2341, 2351, 2381, 2411, 2591, 2677, 2729, 2741, 2957, 2971, 3049, 3167, 3457, 3491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[ n_Integer ] := Block[ {k = n + PrimePi[ n ] + 1}, While[ k - PrimePi[ k ] - 1 != n, k++ ]; k ]; s = 0; Do[ s = s + f[ n ]; If[ PrimeQ[ n ] && PrimeQ[ s ], Print[ n ] ], {n, 1, 5000} ]
CROSSREFS
Sequence in context: A145689 A321658 A080167 * A119456 A264904 A257582
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 22 2001
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 July 16 09:56 EDT 2024. Contains 374345 sequences. (Running on oeis4.)