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.

A103424 Expansion of e.g.f.: 1 + sinh(2*x).

This page as a plain text file.
%I A103424 #22 Apr 11 2022 18:01:57
%S A103424 1,2,0,8,0,32,0,128,0,512,0,2048,0,8192,0,32768,0,131072,0,524288,0,
%T A103424 2097152,0,8388608,0,33554432,0,134217728,0,536870912,0,2147483648,0,
%U A103424 8589934592,0,34359738368,0,137438953472,0,549755813888,0,2199023255552
%N A103424 Expansion of e.g.f.: 1 + sinh(2*x).
%C A103424 Binomial transform is A103425.
%H A103424 Vincenzo Librandi, <a href="/A103424/b103424.txt">Table of n, a(n) for n = 0..1000</a>
%H A103424 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,4).
%F A103424 G.f.: (1+2*x-4*x^2)/(1-4*x^2).
%F A103424 E.g.f.: 1 + sinh(2*x).
%F A103424 a(n) = 0^n+(2^n-(-2)^n)/2.
%F A103424 a(n) = Sum_{k=0..n} binomial(n, k)*(-1)^(k(n-k)).
%F A103424 a(n+1) = 2*A199572(n) = 2*A077957(n)^2. [_Ralf Stephan_, Jul 17 2013]
%t A103424 With[{nn=50},CoefficientList[Series[1+Sinh[2x],{x,0,nn}],x] Range[ 0,nn-1]!] (* _Harvey P. Dale_, Jun 29 2014 *)
%t A103424 CoefficientList[Series[(1 + 2 x - 4 x^2)/(1 - 4 x^2), {x, 0, 50}], x] (* _Vincenzo Librandi_, Jun 30 2014 *)
%Y A103424 Cf. A077957, A103425, A199572.
%K A103424 easy,nonn
%O A103424 0,2
%A A103424 _Paul Barry_, Feb 05 2005