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 A269548 #33 Apr 28 2025 09:03:05 %S A269548 -1,-233,-22961,-2250073,-220484321,-21605213513,-2117090440081, %T A269548 -207453257914553,-20328302185186241,-1991966160890337193, %U A269548 -195192355465067858801,-19126858869415759825433,-1874236976847279395033761,-183656096872163964953483273,-17996423256495221286046327121 %N A269548 Expansion of (-7*x^2 + 134*x + 1)/(x^3 - 99*x^2 + 99*x - 1). %C A269548 Mc Laughlin (2010) gives an identity relating ten sequences, denoted a_k, b_k, ..., f_k, p_k, q_k, r_k, s_k. This is the sequence b_k. %H A269548 Seiichi Manyama, <a href="/A269548/b269548.txt">Table of n, a(n) for n = 0..500</a> %H A269548 J. Mc Laughlin, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/48-1/McLaughlin.pdf">An identity motivated by an amazing identity of Ramanujan</a>, Fib. Q., 48 (No. 1, 2010), 34-38. %H A269548 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (99,-99,1). %F A269548 G.f.: (-7*x^2 + 134*x + 1)/(x^3 - 99*x^2 + 99*x - 1). %F A269548 a(n) = 4/3 + ((3*sqrt(6) - 7)/(2*sqrt(6) + 5)^(2*n) - (3*sqrt(6) + 7)*(2*sqrt(6) + 5)^(2*n))/6. - _Bruno Berselli_, Mar 01 2016 %t A269548 CoefficientList[Series[(-7 x^2 + 134 x + 1)/(x^3 - 99 x^2 + 99 x - 1), {x, 0, 20}], x] (* or *) Table[FullSimplify[4/3 + ((3 Sqrt[6] - 7)/(2 Sqrt[6] + 5)^(2 n) - (3 Sqrt[6] + 7) (2 Sqrt[6] + 5)^(2 n))/6], {n, 0, 20}] (* _Bruno Berselli_, Mar 01 2016 *) %o A269548 (PARI) Vec((-7*x^2 + 134*x + 1)/(x^3 - 99*x^2 + 99*x - 1) + O(x^20)) %o A269548 (Sage) %o A269548 gf = (-7*x^2+134*x+1)/(x^3-99*x^2+99*x-1) %o A269548 print(taylor(gf, x, 0, 20).list()) # _Bruno Berselli_, Mar 01 2016 %o A269548 (Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((-7*x^2+134*x+1)/(x^3-99*x^2+99*x-1))); // _Bruno Berselli_, Mar 01 2016 %Y A269548 Cf. A010701, A261004, A269549, A269550, A269551, A269552, A269553, A269554, A269555, A269556. %K A269548 sign,easy %O A269548 0,2 %A A269548 _Michel Marcus_, Feb 29 2016