|
| |
|
|
A069849
|
|
Number of distinct primes obtained by inserting a 8 at all possible places in n. This includes prefixing.
|
|
9
| |
|
|
0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,11
|
|
|
EXAMPLE
| See the example in A069842.
|
|
|
MATHEMATICA
| Table[ Count[ PrimeQ[ Union[ FromDigits /@ Table[ Insert[ IntegerDigits[n], 8, j], {j, 1, Floor[ Log[10, n] + 2]}]]], True], {n, 1, 105}]
|
|
|
CROSSREFS
| Cf. A069842, A069843, A069844, A069845, A069846, A069847, A069848, A069850 and A069851.
Sequence in context: A086008 A083910 A069843 * A138045 A004530 A188585
Adjacent sequences: A069846 A069847 A069848 * A069850 A069851 A069852
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 16 2002
|
|
|
EXTENSIONS
| Edited, corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 18 2002
|
| |
|
|