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!)
A152563 Primes in A152535. 0
5, 11, 37, 61, 107, 181, 467, 563, 821, 947, 2341, 2939, 3833, 4073, 5479, 6043, 9161, 9281, 11399, 12323, 14249, 15263, 16007, 22027, 25117, 26249, 32189, 37987, 39581, 42139, 42853, 43093, 50291, 54449, 62653, 64063, 64919, 70181, 73189, 82219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A001223 := proc(n) ithprime(n+1)-ithprime(n) ; end: A141042 := proc(n) option remember ; n*A001223(n) ; end: A152535 := proc(n) add(A141042(i), i=1..n) ; end: for n from 1 to 300 do a35 := A152535(n) ; if isprime(a35) then printf("%d, ", a35) ; fi; od: # R. J. Mathar, Feb 06 2009
CROSSREFS
Sequence in context: A065315 A065317 A171268 * A077466 A074626 A090186
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 07 2008
EXTENSIONS
More terms from R. J. Mathar, Feb 06 2009
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 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)