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!)
A354176 Product_{n>=1} (1 + x^n)^(a(n)/n!) = 1 + tanh(x). 6
1, 0, -2, 8, -24, -16, -720, 12032, 0, -7936, -3628800, -58190848, -479001600, -22368256, 87178291200, 6174957043712, -20922789888000, 47215125069824, -6402373705728000, -164824694455533568, 2432902008176640000, -4951498053124096, -1124000727777607680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
E.g.f.: Sum_{k>=1} A067856(k) * log(1 + tanh(x^k)) / k.
MATHEMATICA
b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = 2^(n + 1) (2^(n + 1) - 1) BernoulliB[n + 1]/((n + 1) n!) - b[n, n - 1]; a[n_] := n! c[n]; Table[a[n], {n, 1, 23}]
CROSSREFS
Sequence in context: A072842 A303861 A138387 * A007346 A062247 A284951
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 18 2022
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 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)