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!)
A184358 a(n) = (n+1)!^2/2^n. 3
1, 2, 9, 72, 900, 16200, 396900, 12700800, 514382400, 25719120000, 1556006760000, 112032486720000, 9466745127840000, 927741022528320000, 104370865034436000000, 13359470724407808000000, 1930443519676928256000000, 312731850187662377472000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A184359.
LINKS
FORMULA
From Amiram Eldar, Jun 25 2022: (Start)
Sum_{n>=0} 1/a(n) = (BesselI(0, 2*sqrt(2)) - 1)/2.
Sum_{n>=0} (-1)^n/a(n) = (1 - BesselJ(0, 2*sqrt(2)))/2. (End)
EXAMPLE
G.f.: A(x) = 1 + 2*x + 9*x^2 + 72*x^3 + 900*x^4 + 16200*x^5 +...
A(x)^(1/2) = 1 + x + 4*x^2 + 32*x^3 + 410*x^4 + 7562*x^5 + 188736*x^6 +...+ A184359(n)*x^n +...
MATHEMATICA
a[n_] := (n + 1)!^2/2^n; Array[a, 20, 0] (* Amiram Eldar, Jun 25 2022 *)
PROG
(PARI) {a(n)=(n+1)!^2/2^n}
CROSSREFS
Sequence in context: A133984 A208898 A108995 * A132843 A346648 A336955
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 16 2011
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)