A087638 Number of lunar primes with <= n digits.
0, 18, 99, 1638, 22095, 264312, 3159111, 36694950, 418286661
Offset: 1
Links
- D. Applegate, C program for lunar arithmetic and number theory [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing]
- D. Applegate, M. LeBrun and N. J. A. Sloane, Dismal Arithmetic, arxiv:1107.1130 [math.NT], July 2011. [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing]
- Index entries for sequences related to dismal (or lunar) arithmetic
Programs
-
PARI
A087638(n)=sum(k=2,n,A087636(k)) \\ M. F. Hasler, Nov 15 2018
Extensions
a(6)-a(9) from David Applegate, Nov 07 2003
Comments