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 A320429 #22 Apr 18 2023 08:30:14 %S A320429 1,2,6,10,26,90,154,410,1434,2458,6554,22938,39322,104858,367002, %T A320429 629146,1677722,5872026,10066330,26843546,93952410,161061274, %U A320429 429496730,1503238554,2576980378,6871947674,24051816858,41231686042,109951162778,384829069722,659706976666,1759218604442,6157265115546 %N A320429 The length of the shortest prefix of the Thue-Morse word decomposable to not less than n palindromes. %H A320429 A. E. Frid, <a href="https://arxiv.org/abs/1906.09392">Prefix palindromic length of the Thue-Morse word</a>, arXiv:1906.09392 [cs.DM] (2019). %H A320429 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,16,-16). %F A320429 a(n+3) = 16*a(n) - 6. %F A320429 From _Stefano Spezia_, Apr 17 2023: (Start) %F A320429 G.f.: x*(1 + x + 4*x^2 - 12*x^3)/((1 - x)*(1 - 16*x^3)). %F A320429 a(n) = a(n-1) + 16*a(n-3) - 16*a(n-4) for n > 4. (End) %o A320429 (PARI) a(n)=if(n<=3,[1, 2, 6][n],16*a(n-3)-6); \\ _Joerg Arndt_, Aug 27 2019 %Y A320429 Cf. Thue-Morse word A010060. Indices of new values of A307319. %K A320429 easy,nonn %O A320429 1,2 %A A320429 _Anna Frid_, Aug 27 2019