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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057573 Number of primes in A051351 which have index <= 10^n. 1
1, 7, 25, 122, 934, 7268, 61756, 537324, 4756645 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Index entries for sequences related to numbers of primes in various ranges

MATHEMATICA

NextPrime[ n_Integer ] := Module[ {k}, k = n + 1; While[ ! PrimeQ[ k ], k++ ]; k ]; c = d = p = q = 0; Do[ While[ d++; d <= 10^n, q = NextPrime[ q ]; p = p + Apply[ Plus, RealDigits[ q ] [[ 1 ] ]]; If[ PrimeQ[ p ], c++ ]]; d--; Print[ c ], {n, 0, 10} ]

CROSSREFS

Cf. A051351 and A058049.

Sequence in context: A141626 A138292 A138738 * A082651 A151491 A191237

Adjacent sequences:  A057570 A057571 A057572 * A057574 A057575 A057576

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 27 2000

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 15 16:39 EST 2012. Contains 205823 sequences.