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!)
A369128 Expansion of (1/x) * Series_Reversion( x / ((1+x)^5+x^5) ). 3
1, 5, 35, 285, 2530, 23752, 231910, 2331040, 23960235, 250692365, 2661086895, 28587333725, 310217791590, 3395464391870, 37442295427120, 415570885425280, 4638842010800025, 52044582325415025, 586553425250933055, 6637525235622842585, 75387741117556006435 (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+1,k) * binomial(5*n-5*k+5,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+1, k)*binomial(5*n-5*k+5, n-5*k))/(n+1);
CROSSREFS
Cf. A364522.
Sequence in context: A248053 A369157 A002294 * A051406 A000356 A370844
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 14 2024
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 May 7 06:08 EDT 2024. Contains 372300 sequences. (Running on oeis4.)