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!)
A010091 Weight distribution of d=4 Hamming code of length 31. 0

%I #17 Mar 03 2024 09:50:59

%S 1,0,1085,22568,247845,1383096,4414865,8280720,9398115,6440560,

%T 2648919,628680,82615,5208,155

%N Weight distribution of d=4 Hamming code of length 31.

%D F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier-North Holland, 1978, p. 129.

%F a(n) = A010086(2n). - _Alois P. Heinz_, Jul 14 2020

%t m:=31; 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 ref. p. 129 *)

%Y Cf. A010086.

%K nonn,fini,full

%O 0,3

%A _N. J. A. Sloane_.

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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)