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!)
A231793 Count of the first 10^n primes containing at least one 6's digit. 0
0, 10, 281, 3304, 39155, 445067, 5257963, 56668992, 607124788, 6426731531, 68792548151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ 10^n. - Charles R Greathouse IV, May 21 2014
EXAMPLE
a(2)=10 because there are 10 primes not greater than 541 (the 100th prime) that contain a 6's digit. Namely: 61, 67, 163, 167, 263, 269, 367, 461, 463, 467.
MATHEMATICA
cnt = 0; Table[Do[p = Prime[k]; If[MemberQ[IntegerDigits[p], 6], cnt++], {k, 10^(n - 1) + 1, 10^n}]; cnt, {n, 5}] (* T. D. Noe, Nov 13 2013 *)
CROSSREFS
Sequence in context: A025035 A012243 A186270 * A213403 A077281 A239774
KEYWORD
more,nonn,base
AUTHOR
Robert Price, Nov 13 2013
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 August 16 15:08 EDT 2024. Contains 375177 sequences. (Running on oeis4.)