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.
%I A233269 #12 Feb 23 2019 04:21:57 %S A233269 1,3,1,3,1,3,1,4,1,3,1,3,1,3,1,4,1,3,1,3,1,3,1,5,1,3,1,3,1,3,1,4,1,3, %T A233269 1,3,1,3,1,4,1,3,1,3,1,3,1,7,1,3,1,3,1,3,1,4,1,3,1,3,1,3,1,4,1,3,1,3, %U A233269 1,3,1,5,1,3,1,3,1,3,1,4,1,3,1,3,1,3,1,4,1,3,1,3,1,3,1 %N A233269 a(n) = A055881(A001109(n)). %C A233269 Compared to A233267, here the records occur in slightly different positions: 1, 2, 8, 24, 48, 384, 3456, ..., the record values being 1, 3, 4, 5, 7, 8, 9, ... %C A233269 Lengths of palindromic prefixes begin: 1, 3, 5, 7, 15, 23, 47, 95, 143, 191, 239, 287, 335, 383, 767, 1151, 1535, 1919, 2303, 2687, 3071, 3455, ... %C A233269 Their first differences: 2, 2, 2, 8, 8, 24, 48, 48, 48, 48, 48, 48, 48, 384, 384, 384, 384, 384, 384, 384, 384, ... %C A233269 The positions of palindrome-centers: 1, 2, 3, 7, 11, 23, 47, 71, 95, 119, 143, 167, 191, 383, 575, 767, 959, 1151, 1343, 1535, 1727, ... %C A233269 and their first differences: 1, 1, 1, 4, 4, 12, 24, 24, 24, 24, 24, 24, 24, 192, 192, 192, 192, 192, 192, 192, 192, ... %C A233269 None of these are currently in the OEIS (except maybe record values). %H A233269 Antti Karttunen, <a href="/A233269/b233269.txt">Table of n, a(n) for n = 1..6911</a> %o A233269 (Scheme) (define (A233269 n) (A055881 (A001109 n))) %Y A233269 Cf. A001109, A055881, A233267, A233285, A232096-A232098. %K A233269 nonn %O A233269 1,2 %A A233269 _Antti Karttunen_, Dec 06 2013