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!)
A248753 Palindromes p = A002113(n) whose index n is a substring of p. 1
11, 1111, 12221, 23332, 34443, 45554, 56665, 67776, 78887, 89998, 101101, 111111, 121121, 131131, 141141, 151151, 161161, 171171, 181181, 191191, 1020201, 1121211, 1222221, 1323231, 1424241, 1525251, 1626261, 1727271, 1828281, 1929291, 2030302, 2131312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
That is to say the 'n' of A002113(n) is a substring of A002113(n).
LINKS
EXAMPLE
11 is a term because the eleventh palindrome is 11.
12221 is in the sequence because the 222nd palindrome is 12221.
101101 is a member because it is the 1101st palindrome.
MATHEMATICA
(* first load 'nthPalindrome' from A002113 and then *) nPal[n_] := nthPalindrome[n - 1]; fQ[n_] := StringPosition[ ToString[ nPal[ n]], ToString[ n]] != {}; k = 1; lst = {}; While[k < 3001, If[fQ[k], AppendTo[lst, nPal[ k]]]; k++]; lst
CROSSREFS
Sequence in context: A290067 A289934 A289968 * A248754 A099814 A340549
KEYWORD
nonn,base,easy
AUTHOR
Robert G. Wilson v, Oct 13 2014
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 20 10:35 EDT 2024. Contains 371827 sequences. (Running on oeis4.)