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.

A088182 E.g.f.: 1/(1-sinh(x)-x-x^2/2).

This page as a plain text file.
%I A088182 #8 Nov 21 2013 12:48:13
%S A088182 2,9,61,550,6201,83894,1324177,23886552,484745029,10930266652,
%T A088182 271107065043,7335664739264,215030576905171,6788059632853620,
%U A088182 229590704738375917,8283076586956304128,317510426598228001881
%N A088182 E.g.f.: 1/(1-sinh(x)-x-x^2/2).
%F A088182 a(n) ~ n!/((cosh(r)+1+r)*r^(n+1)), where r = 0.4434887492889753... is the root of the equation r*(2+r)+2*sinh(r)=2. - _Vaclav Kotesovec_, Jun 27 2013
%t A088182 With[{nn=20},Rest[CoefficientList[Series[1/(1-Sinh[x]-x-x^2/2),{x,0,nn}], x]Range[0,nn]!]] (* _Harvey P. Dale_, May 21 2012 *)
%Y A088182 Cf. A006154, A088181.
%K A088182 nonn
%O A088182 1,1
%A A088182 _Karol A. Penson_, Sep 22 2003