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!)
A330046 Expansion of e.g.f. exp(x) / (1 - sinh(x)). 3
1, 2, 5, 17, 77, 437, 2975, 23627, 214457, 2189897, 24846395, 310095887, 4221990437, 62273111357, 989164604615, 16834483468547, 305604501324017, 5894522593612817, 120381876933435635, 2595103478745235607, 58887707028270711197, 1403084759749993342277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A006154.
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * A006154(k).
a(n) ~ n! * (1 + 1/sqrt(2)) / (log(1 + sqrt(2)))^(n+1). - Vaclav Kotesovec, Dec 03 2019
MATHEMATICA
nmax = 21; CoefficientList[Series[Exp[x]/(1 - Sinh[x]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A279208 A099825 A014288 * A343848 A199164 A184509
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 28 2019
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 July 15 05:44 EDT 2024. Contains 374324 sequences. (Running on oeis4.)