login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111537 Column 1 of triangle A111536. 5
1, 2, 8, 44, 296, 2312, 20384, 199376, 2138336, 24936416, 314142848, 4252773824, 61594847360, 950757812864, 15586971531776, 270569513970944, 4959071121374720, 95721139472072192, 1941212789888952320 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row sums of triangle in A200659. From DELEHAM Philippe, Nov 21 2011.

FORMULA

a(n) = A111536(n+1, 1) = 2*A111536(n, 0) = 2*A111529(n) for n>=1. G.f.: Log(Sum_{n>=0} (n+1)!*x^n) = Sum_{n>=1} a(n)*x^n/n.

a(n+1)=(n+3)!-2*(n+2)!-sum((n-k+1)!*a(k+1),k=0..n-1)

a(n+1) is the moment of order n for the measure of density x*exp(-x)/((x*exp(-x)*Ei(x)-1)^2+(Pi*x*exp(-x))^2) on the interval 0..infinity

G.f.: 1/(1-2x/(1-2x/(1-3x/(1-3x/(1-4x/(1-4x/(1-5x/(1-...(continued fraction).- From DELEHAM Philippe, Nov 21 2011.

PROG

(PARI) {a(n)=if(n<0, 0, (matrix(n+2, n+2, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+1)!/1!*x^i)), m-j-1))))^-1)[n+2, 2])}

CROSSREFS

Cf. A111536, A111529, A200659.

Sequence in context: A201374 A120928 A179489 * A051045 A112912 A124467

Adjacent sequences:  A111534 A111535 A111536 * A111538 A111539 A111540

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.