cp's OEIS Frontend

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.

A102059 Expansion of e.g.f. cos(arctanh(x)), even powers only.

This page as a plain text file.
%I A102059 #13 Sep 08 2022 08:45:16
%S A102059 1,-1,-7,-145,-6095,-433025,-46676375,-7108596625,-1454225641375,
%T A102059 -384836032842625,-127950804666254375,-52219402100109700625,
%U A102059 -25668587693366081579375,-14959038795678519196890625,-10198912212548907619042984375,-8042754039731999959020139140625
%N A102059 Expansion of e.g.f. cos(arctanh(x)), even powers only.
%H A102059 Vincenzo Librandi, <a href="/A102059/b102059.txt">Table of n, a(n) for n = 1..100</a>
%e A102059 cos(arctanh(x)) = 1 - x^2/2 - 7x^4/4! - 145x^6/6! - 6095x^8/8! - ...
%t A102059 nmax=20; Table[(CoefficientList[Series[Cos[ArcTanh[x]],{x,0,2*nmax}],x] * Range[0,2*nmax]!)[[n]],{n,1,2*nmax,2}] (* _Vaclav Kotesovec_, Nov 06 2014 *)
%o A102059 (Magma) m:=35; R<x>:=PowerSeriesRing(Rationals(), m);  b:=Coefficients(R!(1+Cos(Argtanh(x)))); [1] cat [Factorial(n-1)*b[n]: n in [3..m by 2]]; // _Vincenzo Librandi_, Aug 16 2018
%Y A102059 Bisection of A002019.
%K A102059 sign
%O A102059 1,3
%A A102059 _Ralf Stephan_, Dec 28 2004