|
|
A334910
|
|
Hankel transform of the ruler function A001511.
|
|
1
|
|
|
1, 1, -3, -1, 21, 1, -3, -9, 945, 9, -3, -1, 21, 9, -243, -3969, 1845585, 3969, -243, -9, 21, 1, -3, -9, 945, 81, -243, -729, 137781, 321489, -47258883, -3544416225, 6922244887425, 3544416225, -47258883, -321489, 137781, 729, -243, -81, 945, 9, -3, -1, 21, 9
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
COMMENTS
|
All terms are odd. See Coons and Han.
|
|
LINKS
|
|
|
MAPLE
|
a:= n-> LinearAlgebra[Determinant](Matrix(n,
(i, j)-> 1+padic[ordp](i+j-1, 2))):
|
|
MATHEMATICA
|
a[0] = 1; a[n_] := Det @ Table[1 + IntegerExponent[i+j-1, 2], {i, 1, n}, {j, 1, n}]; Array[a, 46, 0] (* Amiram Eldar, May 16 2020 *)
|
|
PROG
|
(PARI) a(n) = matdet(matrix(n, n, i, j, valuation(i+j-1, 2)+1));
|
|
CROSSREFS
|
|
|
KEYWORD
|
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|