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!)
A369157 Expansion of (1/x) * Series_Reversion( x / ((1+x)^5-x^5) ). 1
1, 5, 35, 285, 2530, 23750, 231850, 2329850, 23940475, 250394375, 2656849375, 28529354375, 309445377750, 3385369628750, 37312228370000, 413913023212500, 4617886656665625, 51781448191328125, 583266654383859375, 6596645477096428125, 74881064169289121875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/5)} (-1)^k * 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, (-1)^k*binomial(n+1, k)*binomial(5*n-5*k+5, n-5*k))/(n+1);
CROSSREFS
Sequence in context: A138233 A322666 A248053 * A002294 A369128 A051406
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 15 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 June 26 06:40 EDT 2024. Contains 373715 sequences. (Running on oeis4.)