cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A307802 Number of palindromic octagonal numbers of length n whose index is also palindromic.

This page as a plain text file.
%I A307802 #11 Feb 16 2025 08:33:55
%S A307802 3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
%N A307802 Number of palindromic octagonal numbers of length n whose index is also palindromic.
%C A307802 Is there a nonzero term beyond a(1)?
%H A307802 Patrick De Geest, <a href="https://www.worldofnumbers.com/nobase10pg2.htm">Palindromic Squares in bases 2 to 17</a>
%H A307802 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PalindromicNumber.html">Palindromic Number</a>
%e A307802 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.
%t A307802 A057107 = {0, 1, 8, 8008, 120232021, 124060421, 161656161, 185464581, 544721127445, 616947749616, 3333169613333, 3333802083333, 6506939396056, 12212500521221, 5466543663456645, 3310988011108890133, 520752145595541257025, 336753352502205253357633, 5882480463134313640842885, 102573006711888117600375201, 8025741496504444056941475208, 18651903272292929227230915681, 33582545421505050512454528533};
%t A307802 A057106 = {0, 1, 2, 52, 6331, 6431, 7341, 7863, 426115, 453486, 1054067, 1054167, 1472746, 2017631, 42687015, 1050553507, 13175129925, 335038979077, 1400295262095, 5847307263801, 51722791547842, 78849864240621, 105802560494387};
%t A307802 Table[Length[Select[A057106[[Table[Select[Range[20], IntegerLength[A057107[[#]]] ==  n || (n == 1 && A057107[[#]] == 0) &], {n, 20}][[n]]]], PalindromeQ[#] &]], {n, 20}]
%Y A307802 Cf. A000567, A057107, A057106, A059870, A307790, A307791.
%K A307802 nonn,base,hard,more
%O A307802 1,1
%A A307802 _Robert Price_, Apr 29 2019