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 A027084 #37 Jun 24 2020 09:06:35 %S A027084 1,3,7,14,27,51,95,176,325,599,1103,2030,3735,6871,12639,23248,42761, %T A027084 78651,144663,266078,489395,900139,1655615,3045152,5600909,10301679, %U A027084 18947743,34850334,64099759,117897839,216847935,398845536 %N A027084 G.f.: x^2*(x^2 + x + 1)/(x^4 - 2*x + 1). %C A027084 Lengths of palindromic prefixes of the ternary tribonacci word A080843 [A. Glen]. - _N. J. A. Sloane_, Jun 09 2019 %C A027084 Original definition was: a(n) = (1/2)*T(n,n+2), T given by A027082. %H A027084 Hamoon Mousavi, Jeffrey Shallit, <a href="https://arxiv.org/abs/1407.5841">Mechanical Proofs of Properties of the Tribonacci Word</a>, arXiv:1407.5841 [cs.FL], 2014. %H A027084 Bo Tan and Zhi-Ying Wen, <a href="http://dx.doi.org/10.1016/j.ejc.2006.07.007">Some properties of the Tribonacci sequence</a>, European Journal of Combinatorics, 28 (2007) 1703-1719. See Prop. 2.9, |D_n|. %H A027084 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (2, 0, 0, -1). %F A027084 Positive numbers of the form (t_n + t_{n+2} - 3)/2, n>1, where {t_n} are the tribonacci numbers A000073 [A. Glen]. See Mousavi-Shallit, 2014. - _N. J. A. Sloane_, Jun 09 2019 %F A027084 a(n) = A008937(n-1) - 1 = A018921(n-3) - 1. %F A027084 2*a(n) = A000213(n+2)-3. - _R. J. Mathar_, Jun 24 2020 %o A027084 (PARI) Vec(x^2*(x^2 + x + 1)/(x^4 - 2*x + 1) + O(x^50)) \\ _Michel Marcus_, Dec 29 2014 %Y A027084 Cf. A000073, A008937, A018921, A027082, A080843, A317197 (D_n). %K A027084 nonn,easy %O A027084 2,2 %A A027084 _Clark Kimberling_ %E A027084 Entry revised by _N. J. A. Sloane_, Aug 05 2018