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.

Showing 1-2 of 2 results.

A186026 Hankel transform of Thue-Morse related sequence A106400.

Original entry on oeis.org

1, 1, -2, 4, 8, -16, -32, -64, 128, -256, -1536, -3072, 2048, 4096, 8192, -16384, 32768, -65536, -393216, -2359296, 14155776, 28311552, -94371840, 62914560, 8388608, 16777216, -570425344, -1140850688, -134217728, 268435456, -8053063680, 16106127360, 2147483648, -4294967296, 111669149696, 670014898176, 927712935936, 5566277615616
Offset: 0

Views

Author

Paul Barry, Feb 10 2011

Keywords

Crossrefs

Programs

  • PARI
    a(n) = matdet(matrix(n, n, i, j, (-1)^hammingweight(i+j-2))); \\ Michel Marcus, Apr 13 2020

Formula

a(n) = Product{k=0..n} (A186027(k)/A186028(k))^(n-k).

Extensions

a(0)=1 inserted by Michel Marcus, May 16 2020

A186028 Denominators of coefficients of x^2 in continued fraction expansion of A106400.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 5, 5, 1, 1, 17, 17, 1, 1, 15, 15, 1, 1, 13, 13, 3, 3, 19, 19, 9, 9, 37, 37, 75, 75, 113, 113, 1, 1, 111, 111, 289, 289, 467, 467, 1, 1, 31, 31, 15, 15
Offset: 0

Views

Author

Paul Barry, Feb 10 2011

Keywords

Comments

Corresponding numerators are A186027.

Crossrefs

Extensions

a(0)=1 inserted by Michel Marcus, May 16 2020
Showing 1-2 of 2 results.