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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A368011 Expansion of (1/x) * Series_Reversion( x * ((1-x)^5-x^5) ). 2
1, 5, 40, 385, 4095, 46377, 548380, 6691620, 83637450, 1065311665, 13777916774, 180451354720, 2388503030675, 31900445734050, 429369814375480, 5818270533841408, 79309912829992350, 1086768622818959100, 14961519902879613700, 206839961042385226110
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/5)} binomial(n+k,k) * binomial(6*n+4,n-5*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^5-x^5))/x)
(PARI) a(n) = sum(k=0, n\5, binomial(n+k, k)*binomial(6*n+4, n-5*k))/(n+1);
CROSSREFS
Cf. A369125.
Sequence in context: A220673 A369125 A130564 * A124555 A152601 A079158
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 13 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 12:50 EDT 2024. Contains 376000 sequences. (Running on oeis4.)