|
Search: id:A097223
|
|
|
| A097223 |
|
Prime numbers p such that p = prime(n) and n = product of the digits of p. |
|
+0 8
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
This sequence is a subsequence of A097220, so the sequence is also a subsequence of A097221. Next term if it exists is greater than 4333000000.
|
|
EXAMPLE
|
2475989 is in the sequence because 2475989 is 2*4*7*5*9*8*9-th prime.
|
|
MATHEMATICA
|
v={}; Do[If[h=IntegerDigits[Prime[n]]; l=Length[h]; p=Product[h[[k]], {k, l}]; p==n, v=Append[v, Prime[n]]; Print[v]], {n, 205000000}]
|
|
CROSSREFS
|
Cf. A097220, A097221.
Sequence in context: A002224 A096637 A112013 this_sequence A063494 A124898 A036429
Adjacent sequences: A097220 A097221 A097222 this_sequence A097224 A097225 A097226
|
|
KEYWORD
|
base,more,nonn,bref
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Aug 06 2004
|
|
|
Search completed in 0.002 seconds
|