|
Search: id:A099528
|
|
|
| A099528 |
|
Row sums of triangle A099527, so that a(n) = Sum_{k=0..n} coefficient of z^k in (2 + 3*z + z^2)^(n-[k/2]), where [k/2] is the integer floor of k/2. |
|
+0 2
|
|
| 1, 5, 17, 63, 242, 922, 3502, 13311, 50608, 192398, 731429, 2780649, 10571120, 40187929, 152781292, 580824261, 2208102985, 8394481949, 31913061839, 121322974122, 461230079570, 1753445197282, 6666022438759, 25342026784200
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
FORMULA
|
G.f.: (1+x-x^2)/(1-4*x+2*x^2-5*x^3+x^4).
|
|
PROGRAM
|
(PARI) a(n)=sum(k=0, n, polcoeff((2+3*z+z^2+z*O(z^k))^(n-k\2), k, z))
|
|
CROSSREFS
|
Cf. A099527.
Sequence in context: A007483 A128073 A051736 this_sequence A062229 A120893 A046231
Adjacent sequences: A099525 A099526 A099527 this_sequence A099529 A099530 A099531
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Oct 20 2004
|
|
EXTENSIONS
|
Corrected by T. D. Noe (noe(AT)sspectra.com), Oct 25 2006
|
|
|
Search completed in 0.002 seconds
|