Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091709
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091709 Number of primes less than 10^n having at least one digit 8. +0
11
0, 2, 27, 314, 3217, 31699, 308774, 2987107, 28824402, 277779084, 2674980022, 25752370493 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(2) = 2 because of the 25 primes less than 10^2, 2 have at least one digit 8.

MATHEMATICA

NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; c = 0; p = 1; Do[ While[ p = NextPrim[p]; p < 10^n, If[ Position[ IntegerDigits[p], 8] != {}, c++ ]]; Print[c]; p--, {n, 1, 8}] (from Robert G. Wilson v Feb 02 2004)

CROSSREFS

a(n) + A091642(n) = A006880(n).

Cf. A091744, A091745, A091746, A091747, A046029, A090706, A091707, A091708, A091710.

Sequence in context: A058406 A049070 A011543 this_sequence A083384 A121971 A121137

Adjacent sequences: A091706 A091707 A091708 this_sequence A091710 A091711 A091712

KEYWORD

nonn,base

AUTHOR

Enoch Haga (Enokh(AT)comcast.net), Jan 30 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 02 2004

3 more terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 22 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research