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!)
A291390 a(n) = (1/5)*A291389(n). 2
2, 17, 130, 940, 6550, 44475, 296250, 1944375, 12612500, 81035000, 516537500, 3270615625, 20591031250, 128998328125, 804673593750, 5000444062500, 30969644531250, 191231146484375, 1177627753906250, 7234317013671875, 44342955390625000, 271252632343750000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(((1 + x) (-2 + 5 x + 5 x^2))/(-1 + 5 x + 5 x^2)^2).
a(n) = 10*a(n-1) - 15*a(n-2) - 50*a(n-3) - 25*a(n-4) for n >= 5.
MATHEMATICA
z = 60; s = x + x^2; p = (1 - 5 s)^2;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A019590 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A291389 *)
u / 5 (* A291390 *)
CROSSREFS
Sequence in context: A220403 A097716 A073510 * A007354 A180840 A261120
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 06 2017
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 16 13:36 EDT 2024. Contains 371712 sequences. (Running on oeis4.)