The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A142887 Expansion of x*(5510*x^5-395*x^3-146*x^2-3*x-1) / (13340*x^4-52*x^2-1). 0
1, 3, 94, 239, 8452, 22082, 814456, 2039996, 70397968, 188494088, 7204148704, 17411854064, 564493160512, 1609094722592, 66749699364736, 148601207638976, 4059354394263808, 13738060802150528, 679354561023860224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(5510*x^5-395*x^3-146*x^2-3*x-1) / (13340*x^4-52*x^2-1). - Colin Barker, Mar 17 2013
a(n) = -52*a(n-2) +13340*a(n-4). - Joerg Arndt, Mar 17 2013
MATHEMATICA
M0 = {{-144, 92}, {1, 92}}; v[0] = {92, 238}; v[n_] := v[n] = M0.v[n - 1]; Table[Round[v[n]/92], {n, 0, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A139543 A241982 A037113 * A297489 A241752 A093009
KEYWORD
nonn,easy,less
AUTHOR
Roger L. Bagula, Sep 28 2008
EXTENSIONS
New name from Colin Barker and Joerg Arndt, Mar 17 2013
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 May 13 20:33 EDT 2024. Contains 372522 sequences. (Running on oeis4.)