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!)
A091115 Number of primes of the form 6k+1 less than 10^n. 2
1, 11, 80, 611, 4784, 39231, 332194, 2880517, 25422713, 227523123, 2059018668, 18803933520, 173032692013, 1602470745574, 14922284472148, 139619169015686 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Computed by T. D. Noe, Dec 19 2003.
LINKS
Eric Weisstein's World of Mathematics, Modular Prime Counting Function
MATHEMATICA
p = Select[Table[6 i + 1, {i, 0, 10^7}], PrimeQ[#] &]; Table[Count[p, x_ /; x < 10^n], {n, 7}] (* Robert Price, May 29 2019 *)
CROSSREFS
Sequence in context: A127021 A326243 A091098 * A024146 A233176 A156847
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Dec 19 2003
EXTENSIONS
a(10) from Robert G. Wilson v, Dec 22 2003
a(11)-a(13) from Chai Wah Wu, Jul 01 2019
a(14)-a(15) from Griffin N. Macris, Sep 13 2020
a(16) from Griffin N. Macris, Jan 18 2023
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)