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!)
A118406 Unsigned row sums of triangle A118404. 2
1, 2, 2, 4, 4, 8, 14, 28, 52, 104, 206, 412, 820, 1640, 3278, 6556, 13108, 26216, 52430, 104860, 209716, 419432, 838862, 1677724, 3355444, 6710888, 13421774, 26843548, 53687092, 107374184, 214748366, 429496732, 858993460, 1717986920, 3435973838 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = (1 - 2*x^2 - 5*x^4)/(1-x^4)/(1-2*x).
MATHEMATICA
CoefficientList[Series[(1-2x^2-5x^4)/(1-x^4)/(1-2x), {x, 0, 40}], x] (* or *) LinearRecurrence[{2, 0, 0, 1, -2}, {1, 2, 2, 4, 4}, 40] (* Harvey P. Dale, Jul 29 2021 *)
PROG
(PARI) {a(n)=polcoeff((1 - 2*x^2 - 5*x^4)/(1-x^4)/(1-2*x+x*O(x^n)), n, x)}
CROSSREFS
Sequence in context: A287135 A276063 A247181 * A355811 A357214 A072488
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 27 2006
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 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)