|
Search: id:A097644
|
|
|
| A097644 |
|
Numbers n such that pi(n)=reversal(n). |
|
+0 1
|
|
| 51, 130, 370, 8201, 73270, 82080, 26113610, 4854248220, 37682961610
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
This sequence has only two odd terms, i.e. 51 and 8201 and 10 divides all other terms. Next term is greater than 10^8.
|
|
EXAMPLE
|
26113610 is in the sequence because
pi(26113610)=1631162=reversal(26113610).
|
|
MATHEMATICA
|
Do[If[PrimePi[m]==FromDigits[Reverse[IntegerDigits[m]]], Print[m]], {m, 100000000}]
|
|
CROSSREFS
|
Cf. A037171, A069215.
Adjacent sequences: A097641 A097642 A097643 this_sequence A097645 A097646 A097647
Sequence in context: A129298 A065010 A116630 this_sequence A044302 A044683 A044383
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Aug 25 2004
|
|
EXTENSIONS
|
Two more terms from Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 06 2006
|
|
|
Search completed in 0.002 seconds
|