login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119530 Determinant of n X n matrix of first n^2 odious numbers: odd number of 1's in binary expansion (A000069). 0
1, -1, 12, 0, -409, 0, 4144, 0, 5040, 0, 142291, 0, 29139, 0, 0, 0, 0, 0, -71577990, 0, 3815616, 0, -288128476, 0, -248768000, 0, 0, 0, -28714176, 0, 0, 0, 0, 0, -6040500480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -795328048345114368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(3) = 12 =
| 1 2 4|
| 7 8 11|
|13 14 16|.
a(4) = 0 because of the singular matrix 0 =
| 1 2 4 7|
| 8 11 13 14|
|16 19 21 22|
|25 26 28 31|.
a(6) = 0 because of the singular matrix whose lower right entry is 127.
MATHEMATICA
nn=10000; With[{xa=Select[Range[nn], OddQ[DigitCount[#, 2, 1]]&]}, Table[Det[ Partition[Take[xa, n^2], n]], {n, Floor[Sqrt[Length[xa]]]}]] (* Harvey P. Dale, Jun 28 2012 *)
PROG
(PARI) a(n)=matdet(matrix(n, n, i, j, k=(i-1)*n+j; 2*k-1-hammingweight(k-1)%2)) \\ Charles R Greathouse IV, Mar 29 2013
CROSSREFS
Sequence in context: A257949 A077351 A370018 * A012332 A012455 A120954
KEYWORD
sign
AUTHOR
Jonathan Vos Post, May 27 2006
EXTENSIONS
More terms from Harvey P. Dale, Jun 28 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)