cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A152563 Primes in A152535.

Original entry on oeis.org

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
Offset: 1

Views

Author

Omar E. Pol, Dec 07 2008

Keywords

Crossrefs

Programs

  • 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

Extensions

More terms from R. J. Mathar, Feb 06 2009