login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087638 Number of lunar primes with <= n digits. 4
0, 18, 99, 1638, 22095, 264312, 3159111, 36694950, 418286661 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Partial sums of A087636. - M. F. Hasler, Nov 15 2018
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]
PROG
(PARI) A087638(n)=sum(k=2, n, A087636(k)) \\ M. F. Hasler, Nov 15 2018
CROSSREFS
Cf. A087062 (lunar product), A087097 (lunar primes), A087636 (#{n-digit primes}).
Sequence in context: A008920 A221911 A263999 * A231144 A259231 A064604
KEYWORD
nonn,base,more
AUTHOR
Marc LeBrun and N. J. A. Sloane, Oct 26 2003
EXTENSIONS
a(6)-a(9) from David Applegate, Nov 07 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)