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!)
A193440 exp( Sum_{n>=1} x^n/G(n) ) = Sum_{n>=0} a(n)*x^n/G(n), where G(n) = Product_{k=0..n} k! = BarnesG(n+2), (see A000178). 2
1, 1, 2, 9, 145, 10489, 4182481, 10893144241, 213590500341121, 35762619247862532481, 57146369032805384396332801, 963199581177063129894232882156801, 187554502919537918586035198740350553881601, 458564976873147078680542618033293809080455988300801 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Sum_{n>=0} a(n)/G(n) = 4.88825080515459884947818345139584332...
LINKS
Eric Weisstein's World of Mathematics, Barnes G-Function.
EXAMPLE
A(x) = 1 + x + 2*x^2/2 + 9*x^3/12 + 145*x^4/288 + 10489*x^5/34560 + 4182481*x^6/24883200 + 10893144241*x^7/125411328000 +...+ a(n)*x^n/G(n) +...
where
log(A(x)) = x + x^2/2 + x^3/12 + x^4/288 + x^5/34560 + x^6/24883200 + x^7/125411328000 +...+ x^n/G(n) +...
and G(n) = 0!*1!*2!*3!*...*(n-1)!*n!.
MATHEMATICA
Table[BarnesG[n+2] * SeriesCoefficient[Exp[Sum[x^k/BarnesG[k+2], {k, 1, n}]], {x, 0, n}], {n, 0, 15}] (* Vaclav Kotesovec, Apr 03 2021 *)
PROG
(PARI) {a(n)=prod(k=1, n, k!)*polcoeff(exp(sum(m=1, n+1, x^m/prod(k=1, m, k!)+x*O(x^n))), n)}
CROSSREFS
Cf. A000178.
Sequence in context: A370556 A050995 A174954 * A117116 A211935 A133468
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 25 2011
EXTENSIONS
Definition corrected by Vaclav Kotesovec, Apr 03 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 April 28 09:58 EDT 2024. Contains 372037 sequences. (Running on oeis4.)