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!)
A353883 Expansion of e.g.f. 1/(1 - (x * (exp(x) - 1))^2 / 4). 4
1, 0, 0, 0, 6, 30, 105, 315, 3388, 47628, 497115, 4172025, 37829946, 491971194, 7699457857, 114432747975, 1602464966040, 23767387469688, 408590795439351, 7756561553900085, 149537297087139910, 2889288053301888630, 58297667473293537597 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (2*k)! * Stirling2(n-2*k,2*k)/(4^k * (n-2*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-(x*(exp(x)-1))^2/4)))
(PARI) a(n) = n!*sum(k=0, n\4, (2*k)!*stirling(n-2*k, 2*k, 2)/(4^k*(n-2*k)!));
CROSSREFS
Sequence in context: A152573 A348257 A353894 * A258723 A225382 A245804
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 09 2022
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)