login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A326481
a(n) = E2_{n}(0) with E2_{n} the polynomials defined in A326480.
5
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,2
COMMENTS
For comments see A326480.
MAPLE
# The function E2(n) is defined in A326480.
seq(subs(x=0, E2(n)), n=0..22);
CROSSREFS
Bisections (up to signs): A000182, A012509.
Sequence in context: A154000 A154003 A291338 * A009542 A244108 A032318
KEYWORD
sign
AUTHOR
Peter Luschny, Jul 12 2019
STATUS
approved