login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097644 Numbers n such that pi(n) = reversal(n). 0
51, 130, 370, 8201, 73270, 82080, 26113610, 4854248220, 37682961610 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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.
LINKS
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
Sequence in context: A129298 A065010 A365834 * A353987 A044302 A044683
KEYWORD
base,nonn
AUTHOR
Farideh Firoozbakht, Aug 25 2004
EXTENSIONS
Two more terms from Giovanni Resta, Feb 06 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)