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.

A059785 a(n+1) = prevprime(a(n)^2). Largest prime prior to the square of previous prime. Initial value = 2.

Original entry on oeis.org

2, 3, 7, 47, 2207, 4870843, 23725111530599, 562880917139361624513298747, 316834926879648887020732217199607668221645859671769857
Offset: 1

Views

Author

Labos Elemer, Feb 22 2001

Keywords

Comments

The next term is too large to show here - see the b-file.

Crossrefs

Programs

  • Mathematica
    NestList[NextPrime[#^2,-1]&,2,10] (* Harvey P. Dale, Jan 16 2016 *)

Extensions

Offset and some values corrected by Franklin T. Adams-Watters, Jul 30 2009