cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A114926 Numbers n such that pi(n)=reversal(n)-n.

Original entry on oeis.org

1, 23, 526, 536, 1802, 4735, 17191, 38524, 235652, 36235483, 1086331411, 5316125655, 7202194357, 49294058315, 327040088933
Offset: 1

Views

Author

Farideh Firoozbakht, Feb 03 2006

Keywords

Comments

a(16) > 10^13. - Giovanni Resta, Aug 08 2019

Examples

			36235483 is in the sequence because pi(36235483)=2217780= 38453263-36235483=reversal(36235483)-36235483.
		

Crossrefs

Programs

  • Mathematica
    Do[If[PrimePi[n]==FromDigits[Reverse[IntegerDigits[n]]] -n,Print[n]],{n,30000000}]

Extensions

a(11)-a(15) from Giovanni Resta, Aug 08 2019