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.

A105763 Prime Lucas 4-step numbers, A073817.

Original entry on oeis.org

3, 7, 191, 367, 36319, 260111, 6921503, 49570747, 12893894812259, 24019714105325502367, 172025522413867986317, 17007925267174811186047, 3132517481738616046273627839643
Offset: 1

Views

Author

T. D. Noe, Apr 22 2005

Keywords

Crossrefs

Cf. A104577 (indices of prime Lucas 4-step numbers).

Programs

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