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.

A104535 Prime tetranacci numbers.

Original entry on oeis.org

2, 29, 401, 773, 5350220959, 2682493808945359
Offset: 1

Views

Author

Eric W. Weisstein, Mar 13 2005

Keywords

Comments

The next term is too large to include.
The next term has 114 digits. - Harvey P. Dale, Jun 10 2018

Crossrefs

Cf. A104534.

Programs

  • Mathematica
    Select[LinearRecurrence[{1,1,1,1},{0,1,1,2},57],PrimeQ] (* Harvey P. Dale, Jun 10 2018 *)