login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137359 a(n) = Sum_{k <= n/2 } k*binomial(n-2k, 3k). 4
0, 0, 0, 0, 0, 1, 4, 10, 20, 35, 58, 98, 176, 333, 640, 1213, 2242, 4052, 7226, 12835, 22842, 40788, 72952, 130344, 232200, 412190, 729466, 1288216, 2272012, 4003795, 7050358, 12404345, 21801674, 38275760, 67125420, 117604174, 205865368, 360090917, 629414866 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
REFERENCES
D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.4.
LINKS
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,8,-7,6,-2,0,-1).
FORMULA
G.f.: x^5*(1-x)^2/(x^5+x^3-3*x^2+3*x-1)^2. - Alois P. Heinz, Oct 23 2008
MAPLE
a:= n-> (Matrix([[10, 4, 1, 0$7]]). Matrix (10, (i, j)-> if i=j-1 then 1 elif j=1 then [6, -15, 20, -15, 8, -7, 6, -2, 0, -1][i] else 0 fi)^n)[1, 8]: seq (a(n), n=0..50); # Alois P. Heinz, Oct 23 2008
MATHEMATICA
LinearRecurrence[{6, -15, 20, -15, 8, -7, 6, -2, 0, -1}, {0, 0, 0, 0, 0, 1, 4, 10, 20, 35}, 50] (* Paolo Xausa, Mar 17 2024 *)
CROSSREFS
Sequence in context: A034223 A266353 A139748 * A134987 A261636 A058539
KEYWORD
nonn,base
AUTHOR
Don Knuth, Apr 11 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)