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.

A046972 Primes arising in A046966.

Original entry on oeis.org

2, 3, 7, 31, 181, 1621, 19441, 311041, 6842881, 171072001, 4961088001, 153793728001, 5382780480001, 252990682560001, 14420468905920001, 879648603261120001, 58056807815233920001, 4586487817403479680001, 371505513209681854080001, 40122595426645640240640001
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    k = 1; a = {}; Do[If[PrimeQ[k n + 1], k = k n; AppendTo[a, k + 1]], {n, 1, 1000}]; a (* Artur Jasinski, Sep 19 2008 *)