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.

A078400 Iterated sum-of-digits of A078403(n).

Original entry on oeis.org

2, 3, 5, 7, 2, 5, 2, 5, 7, 2, 5, 7, 7, 2, 7, 2, 5, 5, 2, 5, 7, 5, 2, 2, 7, 2, 5, 7, 5, 2, 7, 2, 5, 5, 7, 2, 7, 5, 7, 2, 7, 5, 2, 5, 5, 7, 7, 2, 7, 2, 2, 5, 5, 7, 5, 2, 2, 5, 7, 5, 7, 2, 5, 2, 7, 2, 7, 7, 7, 5, 5, 5, 2, 2, 7, 2, 5, 7, 2, 2, 5, 2, 5, 2, 7, 5, 2, 5, 7, 5, 7, 7, 7, 2, 5, 2, 7, 2, 2, 5, 7, 2, 5, 7, 7
Offset: 1

Views

Author

Cino Hilliard, Dec 24 2002

Keywords

Crossrefs

Programs

  • PARI
    drp(n) = { forprime(x=2,n, r = x%9; if(isprime(r), print1(r" "); ); ); }

Extensions

More terms from Joshua Zucker, Jul 24 2006