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.

A053413 Primes of the form A003266(n) + 1.

Original entry on oeis.org

2, 2, 3, 7, 31, 241, 3121, 65521, 1879127177606120717127879344567470740879360001, 1419564463863171507576408104556964008024375775796704645430601388670976000001
Offset: 1

Views

Author

G. L. Honaker, Jr., Jan 09 2000

Keywords

Comments

The corresponding n are given in A053408. - Joerg Arndt, Aug 16 2014

Crossrefs

Programs

  • Mathematica
    Select[Rest[FoldList[Times,1,Fibonacci[Range[80]]]+1],PrimeQ] (* Harvey P. Dale, Apr 25 2012 *)

Extensions

Edited by Daniel Forgues, Nov 30 2009
One more term (a(10)) from Harvey P. Dale, Apr 25 2012
Edited definition, Joerg Arndt, Aug 17 2014