OFFSET
1,2
COMMENTS
Row sums of A127512.
Appears to be the determinant of A156734 where the element in the lower right corner has been swapped with the element in the upper right corner. - Mats Granvik, Feb 14 2009
FORMULA
EXAMPLE
a(5) = (-1)*16 = -16 since mu(5) = -1 and 2^4 = 16.
MAPLE
A127511 := proc(n) 2^(n-1)*numtheory[mobius](n) ; end: for n from 1 to 50 do printf("%d, ", A127511(n)) ; od ; # R. J. Mathar, May 19 2007
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Gary W. Adamson, Jan 17 2007
EXTENSIONS
More terms from R. J. Mathar, May 19 2007
STATUS
approved