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!)
A309618 a(n) = Sum_{k=0..floor(n/2)} k! * 2^k * (n - 2*k)!. 3
1, 1, 4, 8, 36, 140, 832, 5376, 42432, 374592, 3720960, 40694784, 486679296, 6310114560, 88168366080, 1320468480000, 21101183631360, 358354687426560, 6444941507297280, 122367252835860480, 2445878526994022400, 51337143210820239360, 1128918790687649955840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: B(x)*B(2*x^2), where B(x) is g.f. of A000142.
a(n) ~ n! * (1 + 2/n^2 + 2/n^3 + 10/n^4 + 50/n^5 + 250/n^6 + 1442/n^7 + 9514/n^8 + 68882/n^9 + 539098/n^10 + ...), for coefficients see A326983.
MATHEMATICA
Table[Sum[k!*2^k*(n-2*k)!, {k, 0, Floor[n/2]}], {n, 0, 25}]
nmax = 25; CoefficientList[Series[Sum[k!*x^k, {k, 0, nmax}] * Sum[k!*2^k*x^(2 k), {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A221842 A100214 A229535 * A047710 A335991 A063580
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 10 2019
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)