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.

A089784 A nonsense sequence.

Original entry on oeis.org

81, 83, 87, 89, 71, 73, 77, 79, 51, 53, 57, 59, 31, 33, 37, 39, 11, 13, 17, 19, 31, 33, 37, 39, 71, 73, 77, 79, 91, 93, 97, 99, 31, 33, 37, 39, 91, 93, 97, 99, 11, 13, 17, 19, 71, 73, 77, 79, 11, 13, 17, 19, 31, 33, 37, 39, 71, 73, 77, 79, 31, 33, 37, 39, 91, 93, 97, 99, 11
Offset: 1

Views

Author

Roger L. Bagula, Jan 09 2004

Keywords

Crossrefs

Cf. A089787 (essentially the same).

Programs

  • Mathematica
    a={1, 3, 7, 9};
    Flatten[Table[Mod[Abs[10-Prime[n]], 10]*10+a, {n, 50}]]