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!)
A010093 Weight distribution of d=4 Hamming code of length 127. 1
1, 0, 82677, 40346376, 10472045985, 1633772700952, 167982323077989, 12100259735369136, 638087062835640873, 25460924781434105040, 788752649609653468509, 19363706818511194074168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier-North Holland, 1978, p. 129.
LINKS
FORMULA
a(n) = A010088(2n). - Georg Fischer, Jul 14 2020
MATHEMATICA
m:=127; RecurrenceTable[{a[n]==(Binomial[m, n-1]-a[n-1]-(m-n+2)*a[n-2])/n,
a[0]==1, a[1]==0}, a, {n, 0, m}][[1;; m-2;; 2]] (* Georg Fischer, Jul 14 2020; from the reference p. 129 *)
CROSSREFS
Cf. A010088.
Sequence in context: A230786 A253937 A218187 * A046381 A237330 A217127
KEYWORD
nonn,fini,full
AUTHOR
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)