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!)
A368937 Expansion of (1/x) * Series_Reversion( x * (1-x) * (1-x+x^5) ). 2
1, 2, 7, 30, 143, 727, 3861, 21165, 118845, 680064, 3951291, 23247874, 138229486, 829292780, 5013767772, 30516496017, 186837457296, 1149894814718, 7110026033305, 44146396259805, 275139524189497, 1720647439298395, 10793938343564655, 67905034046934225 (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+k,k) * binomial(3*n-4*k+1,n-5*k).
PROG
(PARI) a(n) = sum(k=0, n\5, (-1)^k*binomial(n+k, k)*binomial(3*n-4*k+1, n-5*k))/(n+1);
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)*(1-x+x^5))/x)
CROSSREFS
Sequence in context: A368936 A260771 A260773 * A174796 A046648 A006013
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 10 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 5 22:20 EDT 2024. Contains 372290 sequences. (Running on oeis4.)