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!)
A366085 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1-x-x^3) ). 2
1, 3, 15, 90, 596, 4199, 30869, 234091, 1817720, 14380288, 115492518, 939163680, 7717237661, 63979604459, 534498370665, 4495171005567, 38026764744348, 323358790454352, 2762410748226232, 23697028402783512, 204044822552956179, 1762917281476448944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+1,k) * binomial(4*n-2*k+2,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n+1, k)*binomial(4*n-2*k+2, n-3*k))/(n+1);
CROSSREFS
Cf. A366053.
Sequence in context: A361843 A097188 A025748 * A271930 A201953 A355501
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 28 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 May 12 11:05 EDT 2024. Contains 372452 sequences. (Running on oeis4.)