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

%I #21 Nov 15 2018 11:21:56

%S 0,18,99,1638,22095,264312,3159111,36694950,418286661

%N Number of lunar primes with <= n digits.

%C Partial sums of A087636. - _M. F. Hasler_, Nov 15 2018

%H D. Applegate, <a href="/A087061/a087061.txt">C program for lunar arithmetic and number theory</a> [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing]

%H D. Applegate, M. LeBrun and N. J. A. Sloane, <a href="http://arxiv.org/abs/1107.1130">Dismal Arithmetic</a>, 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]

%H <a href="/index/Di#dismal">Index entries for sequences related to dismal (or lunar) arithmetic</a>

%o (PARI) A087638(n)=sum(k=2,n,A087636(k)) \\ _M. F. Hasler_, Nov 15 2018

%Y Cf. A087062 (lunar product), A087097 (lunar primes), A087636 (#{n-digit primes}).

%K nonn,base,more

%O 1,2

%A Marc LeBrun and _N. J. A. Sloane_, Oct 26 2003

%E a(6)-a(9) from _David Applegate_, Nov 07 2003

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)