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.

A326481 a(n) = E2_{n}(0) with E2_{n} the polynomials defined in A326480.

Original entry on oeis.org

1, -2, 2, 4, -16, -32, 272, 544, -7936, -15872, 353792, 707584, -22368256, -44736512, 1903757312, 3807514624, -209865342976, -419730685952, 29088885112832, 58177770225664, -4951498053124096, -9902996106248192, 1015423886506852352
Offset: 0

Views

Author

Peter Luschny, Jul 12 2019

Keywords

Comments

For comments see A326480.

Crossrefs

Bisections (up to signs): A000182, A012509.

Programs

  • Maple
    # The function E2(n) is defined in A326480.
    seq(subs(x=0, E2(n)), n=0..22);