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!)
A290916 a(n) = (1/8)*A290915(n). 3
0, 1, 4, 18, 84, 387, 1784, 8228, 37944, 174981, 806940, 3721270, 17160940, 79139079, 364956336, 1683025992, 7761412016, 35792386313, 165059516916, 761185462362, 3510269016516, 16187892672139, 74651791054120, 344262840164460, 1587596244438120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x/(1 - 4 x - 2 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) + 2*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = (1/8)*A290915(n) for n >= 0.
MATHEMATICA
z = 60; s = x/(1 - x)^2; p = 1 - 8 s^2;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A000027 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A290915 *)
u/8 (* A290916 *)
CROSSREFS
Sequence in context: A187077 A218986 A143646 * A014348 A126020 A086405
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 18 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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)