[go: up one dir, main page]

login
A213769
Principal diagonal of the convolution array A213768.
3
1, 8, 26, 63, 136, 272, 521, 968, 1762, 3159, 5600, 9840, 17169, 29784, 51418, 88399, 151432, 258592, 440345, 747960, 1267586, 2143783, 3618816, 6098208, 10260001, 17236712, 28918106, 48454623, 81093832, 135569264, 226404905
OFFSET
1,2
FORMULA
a(n) = 4*a(n-1) - 4*a(n-2) - 2*a(n-3) + 4*a(n-4) - a(n-6).
G.f.: f(x)/g(x), where f(x) = x*(1 + 4*x - 2*x^2 - 7*x^3) and g(x) = (1 - 2*x + x^3 )^2.
MATHEMATICA
(See A213768.)
LinearRecurrence[{4, -4, -2, 4, 0, -1}, {1, 8, 26, 63, 136, 272}, 40] (* Harvey P. Dale, Jan 08 2015 *)
CROSSREFS
Sequence in context: A211640 A002901 A350163 * A301647 A050471 A088024
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 21 2012
STATUS
approved