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!)
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). 2
21, 48034, 69926, 180461, 214591, 409473, 563715, 41630193, 253385633342, 661494322636 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There is no further term < 3*10^9.
a(11) > 3*10^12. [Donovan Johnson, Jun 14 2009]
LINKS
EXAMPLE
41630193 is in the sequence because 41630193 is the 39103614th composite number.
MATHEMATICA
Do[s=FromDigits[Reverse[IntegerDigits[n]]]; If[s<n&&!PrimeQ[n] &&s==n-PrimePi[n]-1, Print[n]], {n, 2, 42000000}]
CROSSREFS
Sequence in context: A189648 A351804 A283841 * A189310 A068735 A172800
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Dec 10 2004
EXTENSIONS
a(9)-a(10) from Donovan Johnson, Jun 14 2009
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)