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.

A105767 Prime Lucas 6-step numbers, A074584.

Original entry on oeis.org

3, 7, 31, 239, 1871, 3299217791, 101312422979, 48163250752607, 3858266531308645633776466396252776719, 31313481899920920568064578921684656674109265283366018689568994494028479
Offset: 1

Views

Author

T. D. Noe, Apr 22 2005

Keywords

Crossrefs

Cf. A105766 (indices of prime Lucas 6-step numbers).

Programs

  • Mathematica
    a={-1, -1, -1, -1, -1, 6}; lst={}; Do[s=Plus@@a; a=RotateLeft[a]; a[[ -1]]=s; If[PrimeQ[s], AppendTo[lst, s]], {n, 1000}]; lst