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

%I #7 Mar 14 2015 15:37:08

%S 21,48034,69926,180461,214591,409473,563715,41630193,253385633342,

%T 661494322636

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

%C There is no further term < 3*10^9.

%C a(11) > 3*10^12. [_Donovan Johnson_, Jun 14 2009]

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

%t Do[s=FromDigits[Reverse[IntegerDigits[n]]];If[s<n&&!PrimeQ[n] &&s==n-PrimePi[n]-1, Print[n]], {n, 2, 42000000}]

%Y Cf. A002808, A004086, A100412, A100413, A100415.

%K base,more,nonn

%O 1,1

%A _Farideh Firoozbakht_, Dec 10 2004

%E a(9)-a(10) from _Donovan Johnson_, Jun 14 2009

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 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)