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.

A241661 Primes in A001630.

Original entry on oeis.org

2, 3, 23, 60217, 108412217573460833, 143003097309669584171480759
Offset: 1

Views

Author

Robert Price, Apr 26 2014

Keywords

Comments

a(7) is too large to display here. It has 206 digits and is the 722nd term in A001630.

Crossrefs

Programs

  • Mathematica
    a={0,0,1,2}; Print[2]; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]

Extensions

a(1)=2 prepended and Mathematica program corrected by Robert Price, Sep 09 2014