[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A241496
Expansion of (1 + 4*x + x^2) / (1 - x^2)^3.
1
1, 4, 4, 12, 9, 24, 16, 40, 25, 60, 36, 84, 49, 112, 64, 144, 81, 180, 100, 220, 121, 264, 144, 312, 169, 364, 196, 420, 225, 480, 256, 544, 289, 612, 324, 684, 361, 760, 400, 840, 441, 924, 484, 1012, 529, 1104, 576, 1200, 625, 1300, 676, 1404, 729, 1512
OFFSET
0,2
COMMENTS
Column 3 of the table in A229834.
FORMULA
G.f.: (1 + 4*x + x^2) / (1 - x^2)^3. [Bruno Berselli, Apr 24 2014]
a(n) = a(-n-4) = 1 + ( 3*n*(n + 4) + 2 - (-1)^n*(n*(n + 4) + 2) )/8. [Bruno Berselli, Apr 24 2014]
MATHEMATICA
Table[(3 n (n + 4) - (-1)^n (n (n + 4) + 2) + 10)/8, {n, 0, 60}] (* Bruno Berselli, Apr 24 2014 *)
LinearRecurrence[{0, 3, 0, -3, 0, 1}, {1, 4, 4, 12, 9, 24}, 60] (* Harvey P. Dale, Nov 25 2016 *)
CROSSREFS
Cf. A171920: a(2k) = A000290(k+1); A046092: a(2k+1)= A046092(k+1).
Sequence in context: A273742 A169710 A269629 * A273412 A206488 A273491
KEYWORD
nonn,easy
AUTHOR
Stefano Maruelli, Apr 24 2014
EXTENSIONS
Edited by Bruno Berselli, Apr 24 2014
STATUS
approved