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.

A100414 Numbers n such that n is R(n)-th composite number where R(n) is the digit reversal of n (A002808(A004086(n))=n).

Original entry on oeis.org

21, 48034, 69926, 180461, 214591, 409473, 563715, 41630193, 253385633342, 661494322636
Offset: 1

Views

Author

Farideh Firoozbakht, Dec 10 2004

Keywords

Comments

There is no further term < 3*10^9.
a(11) > 3*10^12. [Donovan Johnson, Jun 14 2009]

Examples

			41630193 is in the sequence because 41630193 is the 39103614th composite number.
		

Crossrefs

Programs

  • Mathematica
    Do[s=FromDigits[Reverse[IntegerDigits[n]]];If[s
    				

Extensions

a(9)-a(10) from Donovan Johnson, Jun 14 2009