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!)
A219503 E.g.f.: Sum_{n>=0} (n+1)^(n-1) * sinh(x)^n / n!. 2

%I #14 Feb 17 2014 16:03:19

%S 1,1,3,17,137,1457,19355,308961,5766353,123285153,2972114803,

%T 79782059249,2360417058521,76319622510289,2677629295171979,

%U 101318751122847297,4113158120834726049,178328823993199602241,8223999403291995520995,401989145900847087408849

%N E.g.f.: Sum_{n>=0} (n+1)^(n-1) * sinh(x)^n / n!.

%C Compare to the LambertW identity: Sum_{n>=0} (n+1)^(n-1)*exp(-n*x)*x^n/n! = exp(x).

%H Vincenzo Librandi, <a href="/A219503/b219503.txt">Table of n, a(n) for n = 0..100</a>

%F E.g.f.: LambertW(-sinh(x)) / (-sinh(x)).

%F a(n) ~ (1+exp(2))^(1/4) * n^(n-1) / (exp(n-1) * log(exp(-1) +sqrt(1+exp(-2)))^(n-1/2)). - _Vaclav Kotesovec_, Jul 08 2013

%e E.g.f.: A(x) = 1 + x + 3*x^2/2! + 17*x^3/3! + 137*x^4/4! + 1457*x^5/5! +...

%e where

%e A(x) = 1 + sinh(x) + 3^1*sinh(x)^2/2! + 4^2*sinh(x)^3/3! + 5^3*sinh(x)^4/4! +...

%t CoefficientList[Series[-LambertW[-Sinh[x]]/Sinh[x], {x, 0, 20}], x]* Range[0, 20]! (* _Vaclav Kotesovec_, Jul 08 2013 *)

%o (PARI) {a(n)=n!*polcoeff(sum(k=0,n,(k+1)^(k-1)*sinh(x + x*O(x^n))^k/k!),n)}

%o for(n=0,25,print1(a(n),", "))

%Y Cf. A238085.

%K nonn

%O 0,3

%A _Paul D. Hanna_, Nov 20 2012

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 06:12 EDT 2024. Contains 371769 sequences. (Running on oeis4.)