This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A354064 #6 May 17 2022 07:25:46 %S A354064 1,-8,-104,1408,-354944,47546368,-6204652544,68669145088, %T A354064 -47215125069824,159504062197792768,-51085990673656315904, %U A354064 -6994033618612756938752,-15510963121850795776016384,14479308135716773591282352128,7469518701197092988127633473536,11962377309169877924807975108608 %N A354064 Product_{n>=1} 1 / (1 - x^(2*n))^(a(n)/(2*n)!) = cosh(x). %F A354064 E.g.f.: Sum_{k>=1} mu(k) * log(cosh(x^k)) / k (even powers only). %t A354064 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 %Y A354064 Cf. A353609, A354055, A354056, A354063, A354065, A354066. %K A354064 sign %O A354064 1,2 %A A354064 _Ilya Gutkovskiy_, May 16 2022