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!)
A114926 Numbers n such that pi(n)=reversal(n)-n. 2
1, 23, 526, 536, 1802, 4735, 17191, 38524, 235652, 36235483, 1086331411, 5316125655, 7202194357, 49294058315, 327040088933 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(16) > 10^13. - Giovanni Resta, Aug 08 2019
LINKS
EXAMPLE
36235483 is in the sequence because pi(36235483)=2217780= 38453263-36235483=reversal(36235483)-36235483.
MATHEMATICA
Do[If[PrimePi[n]==FromDigits[Reverse[IntegerDigits[n]]] -n, Print[n]], {n, 30000000}]
CROSSREFS
Sequence in context: A170742 A218725 A136285 * A118338 A171328 A097778
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Feb 03 2006
EXTENSIONS
a(11)-a(15) from Giovanni Resta, Aug 08 2019
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 19 03:27 EDT 2024. Contains 371782 sequences. (Running on oeis4.)