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!)
A375410 Expansion of e.g.f. exp(-x * (1 - x)^2) / (1 - x). 6
1, 0, 5, -4, 81, -176, 2605, -8100, 137249, -424576, 10376181, -21429860, 1069514545, 279470736, 149969551901, 616166705084, 28838719110465, 261581059999360, 7560615053166949, 106911086586605244, 2626348956282622481, 48474495094075756880, 1160413567193463596685 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-1)^n * n! * Sum_{k=0..n} binomial(2*k-1,n-k)/k!.
D-finite with recurrence a(n) +(-n+1)*a(n-1) +5*(-n+1)*a(n-2) +7*(n-1)*(n-2)*a(n-3) -3*(n-1)*(n-2)*(n-3)*a(n-4)=0. - R. J. Mathar, Aug 14 2024
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-x*(1-x)^2)/(1-x)))
(PARI) a(n) = (-1)^n*n!*sum(k=0, n, binomial(2*k-1, n-k)/k!);
CROSSREFS
Sequence in context: A181613 A264880 A128191 * A186639 A266668 A043299
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 14 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 September 8 04:40 EDT 2024. Contains 375751 sequences. (Running on oeis4.)