[go: up one dir, main page]

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!)
A277637 Partial sums of A007004. 0
1, 4, 34, 454, 7384, 133510, 2583958, 52468078, 1104191608, 23891534758, 528527606698, 11905777228618, 272269758961018, 6306419621308618, 147677930682023818, 3491114167267938298, 83217317955857060788, 1998209467779811473538, 48293984598611551487038, 1174012306200941229710038, 28689784424223599507417938 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} multinomial(k,k,k)/(k+1).
Recurrence: (n+2)*(n+3)*a(n+2)-(28*n^2+86*n+66)*a(n+1)+3*(3*n+5)*(3*n+4)*a(n)=0.
a(n) = hypergeometric(1/3,2/3;2;27)-(multinomial(n+1,n+1,n+1)/(n+2)) * hypergeometric[1,n+4/3,n+5/3;n+2,n+3;27).
a(n) = 0 (mod 2) and a(n) = 1 (mod 3), for all natural n.
G.f.: hypergeometric(1/3,2/3;2;27*t)/(1-t).
a(n) ~ 3^(3*n+7/2) / (52*Pi*n^2). - Vaclav Kotesovec, Oct 30 2016
MATHEMATICA
Table[Sum[Multinomial[k, k, k]/(k + 1), {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(multinomial_coeff(k, k, k)/(k+1), k, 0, n), n, 0, 12);
CROSSREFS
Cf. A007004.
Sequence in context: A071213 A052629 A151919 * A218674 A321264 A234291
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Oct 25 2016
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 August 30 10:20 EDT 2024. Contains 375542 sequences. (Running on oeis4.)