|
Search: id:A165691
|
|
|
| A165691 |
|
Primes p such that pi(p) is the product of the first digit of p and the rest number. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
A subsequence of A112013. There is no further term up to 3*10^10.
|
|
EXAMPLE
|
619=prime(6*19), so 619 is in the sequence.
|
|
MATHEMATICA
|
Do[If[h=IntegerDigits[Prime[m]]; m==h[[1]]*FromDigits[Delete[h, 1]],
Print[Prime[m]}]], {m, 355000}]
|
|
CROSSREFS
|
Cf. A000040, A112013.
Sequence in context: A146658 A145440 A112013 this_sequence A154419 A097223 A063494
Adjacent sequences: A165688 A165689 A165690 this_sequence A165692 A165693 A165694
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
F. Firoozbakht (mymontain(AT)yahoo.com), Oct 14 2009
|
|
|
Search completed in 0.002 seconds
|