The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A330630 Palindromic composite numbers with palindromic composite indices (in A002808). 1

%I #16 Jan 20 2020 21:29:20

%S 9,77,414,545,737,818,868,5005,9889,24642,45754,87478,974479,1774771,

%T 2735372,4085804,4549454,4658564,7673767,8541458,8671768,9251529,

%U 9478749,9642469,221131122,425393524,527111725,554535455,978909879,7476336747,8731001378,15552425551

%N Palindromic composite numbers with palindromic composite indices (in A002808).

%H Chai Wah Wu, <a href="/A330630/b330630.txt">Table of n, a(n) for n = 1..55</a>

%e The palindromic composite number 77 has palindromic composite index 55 in A002808. So 77 belongs to the present sequence.

%t composite[n_]:=FixedPoint[n+PrimePi[#]+1&,n+PrimePi[n]+1];

%t indices=Select[Range[10^6],CompositeQ[#]&&PalindromeQ[#]&&PalindromeQ[composite[#]]&];

%t terms=composite/@indices (*"composite" function defined by _Robert G. Wilson v_ at A002808*)

%Y Cf. A002808, A002113.

%K nonn,base,hard

%O 1,1

%A _Ivan N. Ianakiev_, Dec 21 2019

%E a(1)-a(32) from _Daniel Suteu_, Dec 21 2019

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 June 2 21:38 EDT 2024. Contains 373051 sequences. (Running on oeis4.)