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!)
A370379 Number of compositions of n where there are (2*k)!/2 sorts of part k. 1
1, 1, 13, 385, 21061, 1864921, 243833533, 44133789745, 10556951897461, 3223557261840841, 1223184443268467053, 564530822421956927905, 311384269987431969105061, 202282520358685311116600761, 152856358784713560205903602973 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 / (1 - Sum(k>=1} (2*k)!/2 * x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} (2*k)!/2 * a(n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(1/(1-sum(k=1, N, (2*k)!/2*x^k)))
CROSSREFS
Sequence in context: A329554 A267433 A142122 * A302700 A194489 A354138
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 17 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 14 05:12 EDT 2024. Contains 372528 sequences. (Running on oeis4.)