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!)
A223895 E.g.f.: A(x) = Sum_{n>=0} 1/n! * Product_{k=1..n} -log(1 - sinh(k*x)). 2
1, 1, 3, 18, 178, 2565, 50266, 1281189, 41079928, 1614373833, 76159289386, 4240914224481, 274875377524804, 20493884997114945, 1739962105428020566, 166758905926021916373, 17904330331671454817392, 2139078334935145657604961, 282684498251824376254841266 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + x + 3*x^2/2! + 18*x^3/3! + 178*x^4/4! + 2565*x^5/5! +...
where
A(x) = 1 - log(1-sinh(x)) + log(1-sinh(x))*log(1-sinh(2*x))/2! - log(1-sinh(x))*log(1-sinh(2*x))*log(1-sinh(3*x))/3! + log(1-sinh(x))*log(1-sinh(2*x))*log(1-sinh(3*x))*log(1-sinh(4*x))/4! +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+sum(m=1, n, prod(k=1, m, -log(1-sinh(k*x+x*O(x^n))))/m!)); n!*polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A365600 A080687 A231619 * A111465 A247029 A108994
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 28 2013
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)