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.

A110915 Primes in sequence a(n) = n*a(n-1) + 1, a(1) = 0 (A056542).

Original entry on oeis.org

17, 28961, 4598708691828421, 1747509302894800001, 8603990361433692835766763032506384134769654780784715495311087517908153547994512075361554378508046501
Offset: 1

Views

Author

Paul Muljadi, Oct 09 2005

Keywords

Crossrefs

Cf. A056542; indices of a(n) which are primes: A070213.

Programs

  • Mathematica
    Select[ FoldList[ #1*#2 + 1 &, 0, Range[2, 100]], PrimeQ[ # ] &] (* Robert G. Wilson v *)

Extensions

a(5) from Robert G. Wilson v, Oct 11 2005