|
| |
|
|
A088755
|
|
Number of n-digit primes beginning with n.
|
|
5
| |
|
|
0, 2, 16, 119, 924, 7445, 63129, 547572, 4838319, 43336106, 392654167, 3590161711, 33075934249
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| This is a subsidiary sequence suggested in A088104.
|
|
|
EXAMPLE
| a(2)=2 since 23 and 29 are the only two 2-digit primes beginning with 2.
|
|
|
MATHEMATICA
| Table[PrimePi[(i + 1)*10^(i - 1)] - PrimePi[i*10^(i - 1)], {i, 2, 13}] (from Harvey Dale)
|
|
|
CROSSREFS
| Cf. A077504, A077505, A088104, A088105, A088754.
Sequence in context: A162723 A193289 A159324 * A136782 A112710 A046105
Adjacent sequences: A088752 A088753 A088754 * A088756 A088757 A088758
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 15 2003
|
|
|
EXTENSIONS
| More terms from Harvey P. Dale (hpd1(AT)nyu.edu), Oct 16 2003
|
| |
|
|