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!)
A290907 a(n) = (1/3)*A290906(n). 3
0, 1, 4, 13, 44, 152, 524, 1803, 6204, 21351, 73480, 252880, 870280, 2995049, 10307396, 35472677, 122078436, 420130248, 1445868996, 4975926307, 17124540796, 58933729999, 202819133840, 697997582240, 2402143306640, 8266923285201, 28450434416004, 97911543452733 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x/(1 - 4 x + 3 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) - 3*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = (1/3)*A290906(n) for n >= 0.
MATHEMATICA
z = 60; s = x/(1 - x)^2; p = 1 - 3 s^2;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A000027 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A290906 *)
u/3 (* A290907 *)
CROSSREFS
Sequence in context: A326329 A073717 A149427 * A252933 A229397 A283110
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 17 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)