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!)
A373542 Expansion of e.g.f. exp(x * sqrt(1-x^2)). 0
1, 1, 1, -2, -11, -44, -59, -104, 1513, -4976, 14761, -1005344, -594659, -120135872, -8409491, -19661062784, 461914321, -4406419844864, 8555830993, -1268264427577856, -595229416379, -455779307821067264, -13631036685419, -200172063313066452992 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (-1)^k * binomial(n/2-k,k)/(n-2*k)!.
a(n) == 1 mod 3.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (-1)^k*binomial(n/2-k, k)/(n-2*k)!);
CROSSREFS
Cf. A190863.
Sequence in context: A241712 A066058 A153440 * A289645 A181369 A037744
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 09 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 August 13 17:56 EDT 2024. Contains 375144 sequences. (Running on oeis4.)