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.

A087636 Number of n-digit lunar primes.

Original entry on oeis.org

0, 18, 81, 1539, 20457, 242217, 2894799, 33535839, 381591711
Offset: 1

Views

Author

Marc LeBrun and N. J. A. Sloane, Oct 26 2003

Keywords

Comments

Although a(1) through a(6) are divisible by 9, a(7) is not.

Crossrefs

Cf. A087062 (lunar product), A087097 (lunar primes), A087638 (partial sums).

Programs

  • PARI
    A87636=[]; A087636(n)={while(#A87636A087097(k)); A87636[n]} \\ Store results in array A87636 to avoid re-calculation. - M. F. Hasler, Nov 15 2018

Extensions

a(6)-a(9) from David Applegate, Nov 07 2003