[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”).

A063397
T(4,n) with T(n,m) as in A063394.
4
1, 31, 111, 343, 979, 2655, 6943, 17663, 43967, 107519, 259071, 616447, 1451007, 3383295, 7823359, 17956863, 40943615, 92798975, 209190911, 469237759, 1047789567, 2329935871, 5161091071, 11391729663, 25060966399, 54962159615, 120191975423, 262127222783
OFFSET
0,2
FORMULA
a(n) = (6*(-4+27*2^n)+191*2^n*n+15*2^(1+n)*n^2+2^n*n^3)/24 for n>0. - Colin Barker, May 27 2015
G.f.: -(76*x^5-244*x^4+280*x^3-136*x^2+22*x+1) / ((x-1)*(2*x-1)^4). - Colin Barker, May 27 2015
MATHEMATICA
LinearRecurrence[{9, -32, 56, -48, 16}, {1, 31, 111, 343, 979, 2655}, 30] (* Harvey P. Dale, Mar 30 2024 *)
PROG
(PARI) Vec(-(76*x^5-244*x^4+280*x^3-136*x^2+22*x+1) / ((x-1)*(2*x-1)^4) + O(x^100)) \\ Colin Barker, May 27 2015
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Floor van Lamoen, Jul 16 2001
STATUS
approved