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!)
A300397 a(n) = number of primes that end in 1 among the first 10^n primes. 3
1, 24, 245, 2484, 24967, 249934, 2499755, 24999435, 249997579, 2499995131, 24999983109, 249999976990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A185705(A006988(n)). - Michel Marcus, Mar 20 2018
EXAMPLE
a(1) = 1 because the first 10 primes are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, among which there is only one prime ending in 1.
PROG
(PARI) a(n) = #select(x->((x % 10) == 1), primes(10^n)); \\ Michel Marcus, Mar 07 2018
CROSSREFS
Sequence in context: A086603 A304835 A281076 * A211148 A296648 A265858
KEYWORD
nonn,base,more
AUTHOR
G. L. Honaker, Jr., Mar 05 2018
EXTENSIONS
a(3)-a(8) from Chuck Gaydos
a(9) from Jon E. Schoenfield, Mar 20 2018
a(10)-a(12) from Giovanni Resta, Mar 27 2018
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)