login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A269549 Expansion of (-x^2 + 298*x - 1)/(x^3 - 99*x^2 + 99*x - 1). 8
1, -199, -19799, -1940399, -190139599, -18631740599, -1825720439399, -178901971320799, -17530567468999199, -1717816709990600999, -168328507011609898999, -16494475870427779501199, -1616290306794910781218799, -158379955590030828779941399, -15519619357516226309653038599 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
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 c_k.
LINKS
J. Mc Laughlin, An identity motivated by an amazing identity of Ramanujan, Fib. Q., 48 (No. 1, 2010), 34-38.
FORMULA
G.f.: (-x^2 + 298*x - 1)/(x^3 - 99*x^2 + 99*x - 1).
a(n) = 37/12 + ((2*sqrt(6) - 5)/(2*sqrt(6) + 5)^(2*n) - (2*sqrt(6) + 5)*(2*sqrt(6) + 5)^(2*n))*5/24. - Bruno Berselli, Mar 01 2016
MATHEMATICA
CoefficientList[Series[(-x^2 + 298 x - 1)/(x^3 - 99 x^2 + 99 x - 1), {x, 0, 20}], x] (* or *) Table[FullSimplify[37/12 + ((2 Sqrt[6] - 5)/(2 Sqrt[6] + 5)^(2 n) - (2 Sqrt[6] + 5) (2 Sqrt[6] + 5)^(2 n)) 5/24], {n, 0, 20}] (* Bruno Berselli, Mar 01 2016 *)
PROG
(PARI) Vec((-x^2 + 298*x - 1)/(x^3 - 99*x^2 + 99*x - 1) + O(x^20))
(Sage)
gf = (-x^2+298*x-1)/(x^3-99*x^2+99*x-1)
print(taylor(gf, x, 0, 20).list()) # Bruno Berselli, Mar 01 2016
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((-x^2+298*x-1)/(x^3-99*x^2+99*x-1))); // Bruno Berselli, Mar 01 2016
CROSSREFS
Sequence in context: A069244 A052355 A153179 * A324436 A209181 A298251
KEYWORD
sign,easy
AUTHOR
Michel Marcus, Feb 29 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 10:21 EDT 2024. Contains 371905 sequences. (Running on oeis4.)