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!)
A223896 E.g.f.: A(x) = Sum_{n>=0} (-log(1 - sinh(n*x)))^n/n!. 2
1, 1, 5, 54, 992, 26905, 995512, 47801348, 2874725632, 210779874753, 18449217421736, 1895296727424034, 225357842422851712, 30654651465700321241, 4723260976024367542144, 817341855394754961120696, 157673457776213194720120832, 33688113119931694926084379969 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + x + 5*x^2/2! + 54*x^3/3! + 992*x^4/4! + 26905*x^5/5! +...
where
A(x) = 1 - log(1-sinh(x)) + log(1-sinh(2*x))^2/2! - log(1-sinh(3*x))^3/3! + log(1-sinh(4*x))^4/4! - log(1-sinh(5*x))^5/5! + log(1-sinh(6*x))^6/6! +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+sum(m=1, n, (-log(1-sinh(m*x+x*O(x^n))))^m/m!)); n!*polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A251583 A359562 A359617 * A245765 A085719 A129420
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)