login
A134350
Row sums of triangle A134349.
3
1, 7, 23, 67, 191, 547, 1583, 4627, 13631, 40387, 120143, 358387, 1071071, 3205027, 9598703, 28763347, 86224511, 258542467, 775365263, 2325571507, 6975665951, 20924900707, 62770507823, 188303134867, 564892627391, 1694644327747, 5083865874383, 15251463405427
OFFSET
0,2
FORMULA
Binomial transform of A134351 and second binomial transform of [1, 5, -1, 5, -1, 5, -1, 5, ...].
From Colin Barker, Mar 13 2014: (Start)
a(n) = 2^(n+1) + 2*3^n - 3.
a(n) = 5*a(n-1) - 5*a(n-2) - 5*a(n-3) + 6*a(n-4).
G.f.: (8*x^2-x-1) / ((x-1)*(2*x-1)*(3*x-1)). (End)
MATHEMATICA
LinearRecurrence[{6, -11, 6}, {1, 7, 23}, 40] (* Harvey P. Dale, Apr 10 2026 *)
CROSSREFS
Sequence in context: A297315 A048457 A048458 * A005342 A139852 A141194
KEYWORD
nonn,changed
AUTHOR
Gary W. Adamson, Oct 21 2007
EXTENSIONS
Offset corrected and more terms from Andrew Howroyd, Sep 14 2025
STATUS
approved