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!)
A366055 Expansion of (1/x) * Series_Reversion( x*(1-x)^3/(1-x+x^4) ). 3
1, 2, 7, 30, 144, 741, 3996, 22287, 127494, 743919, 4410255, 26489073, 160843708, 985729010, 6089215057, 37875775533, 237021929322, 1491204370335, 9426547131330, 59843910602283, 381378377720469, 2438954925930558, 15646857920046108 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+1,k) * binomial(3*n-3*k+1,n-4*k).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n+1, k)*binomial(3*n-3*k+1, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A368933 A187979 A358964 * A368932 A369160 A243632
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 27 2023
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 12 18:23 EDT 2024. Contains 375113 sequences. (Running on oeis4.)