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!)
A307802 Number of palindromic octagonal numbers of length n whose index is also palindromic. 2
3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Is there a nonzero term beyond a(1)?
LINKS
P. De Geest, Palindromic Squares
Eric Weisstein's World of Mathematics, Palindromic Number
EXAMPLE
There are only three palindromic octagonal numbers of length 1 whose index is also palindromic, 0->0, 1->1, and 2->8. Thus, a(1)=3.
MATHEMATICA
A057107 = {0, 1, 8, 8008, 120232021, 124060421, 161656161, 185464581, 544721127445, 616947749616, 3333169613333, 3333802083333, 6506939396056, 12212500521221, 5466543663456645, 3310988011108890133, 520752145595541257025, 336753352502205253357633, 5882480463134313640842885, 102573006711888117600375201, 8025741496504444056941475208, 18651903272292929227230915681, 33582545421505050512454528533};
A057106 = {0, 1, 2, 52, 6331, 6431, 7341, 7863, 426115, 453486, 1054067, 1054167, 1472746, 2017631, 42687015, 1050553507, 13175129925, 335038979077, 1400295262095, 5847307263801, 51722791547842, 78849864240621, 105802560494387};
Table[Length[Select[A057106[[Table[Select[Range[20], IntegerLength[A057107[[#]]] == n || (n == 1 && A057107[[#]] == 0) &], {n, 20}][[n]]]], PalindromeQ[#] &]], {n, 20}]
CROSSREFS
Sequence in context: A160540 A186718 A319625 * A169585 A045840 A181000
KEYWORD
nonn,base,hard,more
AUTHOR
Robert Price, Apr 29 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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)