|
Search: id:A100415
|
|
|
| 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). |
|
+0 2
|
|
| 1, 64, 524, 534, 58725, 907538, 6264385, 9438088, 9596598, 27895162, 422984004, 548911025
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
n is in the sequence iff n isn't prime and R(n)=n-pi(n). There is no further term up to 3670000000.
|
|
EXAMPLE
|
548911025 is in the sequence because 548911025 is the 520118945-th nonprime natural number.
|
|
MATHEMATICA
|
Do[s = FromDigits[Reverse[IntegerDigits[n]]]; If[ ! PrimeQ[n] && s == n - PrimePi[n], Print[n]], {n, 548911025}]
|
|
CROSSREFS
|
Cf. A018252, A004086, A100412, A100413, A100414.
Sequence in context: A016803 A066430 A115740 this_sequence A070054 A045789 A000525
Adjacent sequences: A100412 A100413 A100414 this_sequence A100416 A100417 A100418
|
|
KEYWORD
|
base,more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Dec 12 2004
|
|
|
Search completed in 0.002 seconds
|