login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073510 Number of primes less than 10^n with initial digit 8. 0
0, 2, 17, 127, 1003, 8326, 71038, 618610, 5481646, 49221187, 446590932, 4087194991, 37677478288, 349465615584, 3258501713644, 30522628848972, 287059041039078, 2709339704446862, 25652489700275636 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Thomas R. Nicely, Some Results of Computational Research in Prime Numbers

EXAMPLE

a(2)=2 because there are 2 primes up to 10^2 whose initial digit is 8 (namely 83 and 89).

MATHEMATICA

f[n_] := f[n] = PrimePi[9*10^n] - PrimePi[8*10^n] + f[n - 1]; f[0] = 0; Table[ f[n], {n, 0, 12}]

CROSSREFS

Cf. A073509 to A073517, their sum is A006880.

Sequence in context: A037642 A161128 A097716 * A007354 A180840 A077243

Adjacent sequences:  A073507 A073508 A073509 * A073511 A073512 A073513

KEYWORD

base,hard,nonn

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Aug 14 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 29 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:51 EST 2012. Contains 205860 sequences.