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!)
A354064 Product_{n>=1} 1 / (1 - x^(2*n))^(a(n)/(2*n)!) = cosh(x). 6
1, -8, -104, 1408, -354944, 47546368, -6204652544, 68669145088, -47215125069824, 159504062197792768, -51085990673656315904, -6994033618612756938752, -15510963121850795776016384, 14479308135716773591282352128, 7469518701197092988127633473536, 11962377309169877924807975108608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: Sum_{k>=1} mu(k) * log(cosh(x^k)) / k (even powers only).
MATHEMATICA
nmax = 32; Take[CoefficientList[Series[Sum[MoebiusMu[k] Log[Cosh[x^k]]/k, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!, {1, -1, 2}] // Rest
CROSSREFS
Sequence in context: A109774 A001657 A282185 * A106260 A112121 A141383
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 16 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 September 17 05:28 EDT 2024. Contains 375985 sequences. (Running on oeis4.)