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!)
A235134 E.g.f. 1/(1 - sinh(2*x))^(1/2). 2
1, 1, 3, 19, 153, 1561, 19563, 289339, 4932273, 95258161, 2055639123, 49019157859, 1280056939593, 36329281202761, 1113449691889083, 36651273215389579, 1289577677407798113, 48299079453732363361, 1918528841276621473443, 80559757274836073592499 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Generally, for e.g.f. 1/(1-sinh(p*x))^(1/p) we have a(n) ~ n! * p^n / (Gamma(1/p) * 2^(1/(2*p)) * n^(1-1/p) * (arcsinh(1))^(n+1/p)).
LINKS
FORMULA
a(n) ~ n! * 2^(n-1/4) / (sqrt(Pi*n) * (log(1+sqrt(2)))^(n+1/2)).
MATHEMATICA
CoefficientList[Series[1/(1-Sinh[2*x])^(1/2), {x, 0, 20}], x] * Range[0, 20]!
PROG
(PARI) x='x+O('x^50); Vec(serlaplace(1/(sqrt(1-sinh(2*x))))) \\ G. C. Greubel, Apr 05 2017
CROSSREFS
Sequence in context: A113013 A307489 A323668 * A235322 A105784 A077046
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 03 2014
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)