OFFSET
1,2
COMMENTS
a(n)/a(n-1) tends to 6.7550711321...
REFERENCES
Mathworld, Golay Code
FORMULA
a(n) = term (1,1) in M^n * [1,0,0,0,...]; M = parity check matrix for the binary Golay code.
EXAMPLE
M = the 11 by 12 matrix:
1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1;
1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1;
1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0;
1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0;
1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0;
1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1;
1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0;
1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0;
1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1;
1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1;
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;
a(3) = 40 = term (1,1) in M^3.
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson & Roger L. Bagula, Mar 07 2009
STATUS
approved