The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371583 G.f. satisfies A(x) = ( 1 + x*A(x)^(5/2) / (1 - x) )^2. 2
1, 2, 13, 104, 940, 9166, 94044, 1000602, 10939780, 122161128, 1387361151, 15974899766, 186069556707, 2188416960148, 25953579753464, 310022550197360, 3726709235290628, 45047517497268968, 547217895030263028, 6676784544374859088, 81789906534091716353 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2 * Sum_{k=0..n} binomial(5*k+2,k) * binomial(n-1,n-k)/(5*k+2).
G.f.: A(x) = B(x)^2 where B(x) is the g.f. of A349332.
PROG
(PARI) a(n, r=2, s=1, t=5, u=0) = r*sum(k=0, n, binomial(t*k+u*(n-k)+r, k)*binomial(n+(s-1)*k-1, n-k)/(t*k+u*(n-k)+r));
CROSSREFS
Sequence in context: A259146 A103513 A067024 * A083062 A204261 A371586
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 28 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 31 20:13 EDT 2024. Contains 373003 sequences. (Running on oeis4.)