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!)
A371496 G.f. A(x) satisfies A(x) = 1 / (1 - x*A(x) / (1+x))^4. 5
1, 4, 22, 156, 1233, 10420, 92120, 841376, 7876616, 75177492, 728784802, 7156081536, 71024862452, 711383912672, 7181295333306, 72989746391780, 746308443708928, 7671359593228624, 79226966456758424, 821691132077059740, 8554576791134761387 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n-1,n-k) * binomial(5*k+3,k)/(k+1).
G.f.: A(x) = B(x)^4 where B(x) is the g.f. of A349361.
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(n-1, n-k)*binomial(5*k+3, k)/(k+1));
CROSSREFS
Sequence in context: A302548 A052772 A365124 * A052650 A198053 A197925
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 25 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 April 27 18:09 EDT 2024. Contains 372020 sequences. (Running on oeis4.)