login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056886 Determinant of the n X n Hankel matrix whose entries are s_2 (i+j), 0 <= i, j < n, where s_2 is the sum of the base-2 bits. 1
1, 0, -1, 2, 5, -8, 3, 8, 141, -204, 11, -4, -11, -30, 99, 1836, 164997, -224532, 2403, -126, -39, 14, -5, -14, -267, -738, 351, -1134, -28431, -538002, 9537507, 891167508, 361226647845 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Hankel transform of A000120.

EXAMPLE

a(2) = -1 because det [[0,1],[1,1]] = -1

PROG

(PARI) {a(n) = if( n<0, 0, matdet( matrix( n, n, i, j, 2*i + 2*j - 4 - valuation( (2*i + 2*j - 4)!, 2))))} /* Michael Somos Feb 08 2011 */

CROSSREFS

Sequence in context: A131598 A198545 A200225 * A197839 A021391 A162611

Adjacent sequences:  A056883 A056884 A056885 * A056887 A056888 A056889

KEYWORD

sign

AUTHOR

Jeffrey Shallit (shallit(AT)graceland.uwaterloo.ca), Sep 04 2000

EXTENSIONS

Added a(0)=1 Michael Somos Feb 08 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:46 EST 2012. Contains 205635 sequences.