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!)
A100415 Numbers n such that n is R(n)-th nonprime number, where R(n) is the digit reversal of n (A018252(A004086(n))=n). 2
1, 64, 524, 534, 58725, 907538, 6264385, 9438088, 9596598, 27895162, 422984004, 548911025, 8804661048, 49640253574, 63899981216, 95138721219, 97895906839, 469449672154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
n is in the sequence iff n is not prime and R(n)=n-pi(n). There is no further term up to 3670000000.
a(19) > 10^13. Up to that limit, this sequence contains all the numbers k such that R(k) = k - pi(k). - Giovanni Resta, Aug 08 2019
LINKS
EXAMPLE
548911025 is in the sequence because 548911025 is the 520118945th nonprime natural number.
MATHEMATICA
Do[s = FromDigits[Reverse[IntegerDigits[n]]]; If[ ! PrimeQ[n] && s == n - PrimePi[n], Print[n]], {n, 548911025}]
CROSSREFS
Sequence in context: A016803 A066430 A115740 * A200841 A247929 A070054
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Dec 12 2004
EXTENSIONS
a(13)-a(18) 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 July 14 08:28 EDT 2024. Contains 374292 sequences. (Running on oeis4.)