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!)
A113440 First row of A113439. 1
1, 2, 8, 34, 146, 627, 2689, 11521, 49337, 211233, 904306, 3871305, 16572812, 70947073, 303719624, 1300203634, 5566087073, 23828058969, 102006385362, 436682772844, 1869410868456, 8002827727921, 34259590954322 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A113439(4*n).
a(n) = 9*a(n-1) - 28*a(n-2) + 38*a(n-3) - 20*a(n-4) + a(n-5).
G.f.: -(1-7*x+18*x^2-20*x^3+8*x^4)/(-1+9*x-28*x^2+38*x^3-20*x^4+x^5).
MATHEMATICA
CoefficientList[Series[-(1 - 7*x + 18*x^2 - 20*x^3 + 8*x^4)/(-1 + 9*x - 28*x^2 + 38*x^3 - 20*x^4 + x^5), {x, 0, 50}], x] (* G. C. Greubel, Mar 11 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(-(1-7*x+18*x^2-20*x^3+8*x^4)/(-1+9*x-28*x^2+38*x^3-20*x^4+x^5)) \\ G. C. Greubel, Mar 11 2017
CROSSREFS
Cf. A113439.
Sequence in context: A228655 A192402 A014445 * A296227 A034999 A067336
KEYWORD
nonn
AUTHOR
Floor van Lamoen, Nov 04 2005
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 March 28 08:12 EDT 2024. Contains 371236 sequences. (Running on oeis4.)