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!)
A357146 a(n) = n! * Sum_{k=0..floor(n/2)} (n - 2*k)^(2*k)/(n - 2*k)!. 2
1, 1, 1, 7, 49, 301, 6241, 74131, 1722337, 46346329, 1090339201, 48905462431, 1584330498961, 81705172522117, 4191355357015009, 223743062044497451, 16563314120270608321, 1027165911865738200241, 91346158358120706564097, 7395168869747626389974839 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: Sum_{k>=0} x^k / (k! * (1 - (k*x)^2)).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k)^(2*k)/(n-2*k)!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, x^k/(k!*(1-(k*x)^2)))))
CROSSREFS
Sequence in context: A113235 A294261 A294293 * A133046 A200783 A267230
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 15 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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)