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!)
A335537 a(n) = n! [x^n] exp(2*x)*(y*sinh(x*y) + cosh(x*y)) and y = sqrt(x). 1
1, 2, 6, 23, 88, 332, 1294, 5252, 21872, 92888, 402784, 1782288, 8028904, 36768656, 171054160, 807703688, 3867540736, 18765870208, 92212515136, 458609391488, 2307237770496, 11736266317952, 60334416641536, 313342967240960, 1643352523119232, 8700550165605632 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 3^(2*n/3 - 5/6) * exp(32/81 - 8*(2*n/3)^(1/3)/9 + 2*(2*n/3)^(2/3) - n/3) * n^((n+1)/3) / (2^(2*n/3 + 1/6)). - Vaclav Kotesovec, Jun 24 2020
MAPLE
aList := proc(len) local H; H := (x, y) -> exp(2*x)*(y*sinh(x*y) + cosh(x*y)):
series(H(x, sqrt(x)), x, len+1): seq(k!*coeff(%, x, k), k=0..len-1) end:
aList(30);
CROSSREFS
Cf. A335312.
Sequence in context: A110068 A247211 A150275 * A150276 A189043 A228392
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 24 2020
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 August 21 18:51 EDT 2024. Contains 375353 sequences. (Running on oeis4.)