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.

A137717 Hankel transform of A106191.

Original entry on oeis.org

1, -4, 4, 8, -32, 32, 64, -256, 256, 512, -2048, 2048, 4096, -16384, 16384, 32768, -131072, 131072, 262144, -1048576, 1048576, 2097152, -8388608, 8388608, 16777216, -67108864, 67108864, 134217728, -536870912, 536870912
Offset: 0

Views

Author

Paul Barry, Feb 08 2008

Keywords

Comments

Hankel transform of A132310. [From Paul Barry, Apr 26 2009]

Crossrefs

Apart from signs, essentially the same as A096252.

Programs

  • Mathematica
    LinearRecurrence[{-2,-4},{1,-4},30] (* Harvey P. Dale, Oct 05 2017 *)

Formula

G.f.: (1-2x)/(1+2x+4x^2).
a(n)=Product{k=0..n, (3*cos(2*pi*(k-1)/3)/2-5/4-2*0^k)^(n-k)};
a(n) = 2^n*A061347(n+2) = -2a(n-1)-4a(n-2). - R. J. Mathar, Feb 21 2008