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!)
A371544 G.f. A(x) satisfies A(x) = (1 + x*A(x) / (1+x))^5. 0
1, 5, 30, 220, 1775, 15206, 135745, 1248900, 11758240, 112736305, 1096960024, 10804727805, 107520029780, 1079346767060, 10917110317185, 111149886462926, 1138205538056395, 11715403351807780, 121137702435412040, 1257720947476195045, 13106870738511517659 (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+5,k)/(k+1).
G.f.: A(x) = B(x)^5 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+5, k)/(k+1));
CROSSREFS
Cf. A371520.
Sequence in context: A260351 A058247 A137965 * A129695 A110521 A318920
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 26 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 29 14:02 EDT 2024. Contains 373851 sequences. (Running on oeis4.)