The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A339001 a(n) = (-1)^n * Sum_{k=0..n} (-n)^k * binomial(n,k) * Catalan(k). 3
1, 0, 5, 89, 2481, 93274, 4450645, 258297570, 17689681345, 1397903887808, 125286890408901, 12562851683433765, 1393925069404093105, 169595051215441936902, 22454465186157134883285 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] exp((2*n-1)*x) * (BesselI(0,2*n*x) - BesselI(1,2*n*x)). - Ilya Gutkovskiy, Feb 01 2021
a(n) ~ exp(-1/4) * 4^n * n^(n - 3/2) / sqrt(Pi). - Vaclav Kotesovec, Feb 14 2021
MATHEMATICA
a[0] = 1; a[n_] := (-1)^n * Sum[(-n)^k * Binomial[n, k] * CatalanNumber[k], {k, 0, n}]; Array[a, 15, 0] (* Amiram Eldar, Feb 01 2021 *)
PROG
(PARI) {a(n) = (-1)^n*sum(k=0, n, (-n)^k*binomial(n, k)*(2*k)!/(k!*(k+1)!))}
CROSSREFS
Sequence in context: A067257 A134497 A358388 * A330605 A028353 A191512
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 31 2021
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 June 6 06:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)