The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A213332 Number of isomorphism classes of reduced Witt rings of fields with n orderings. 1
1, 1, 1, 2, 2, 3, 3, 6, 6, 9, 9, 16, 16, 24, 24, 42, 42, 64, 64, 105, 105, 159, 159, 258, 258, 390, 390, 614, 614, 925, 925, 1441, 1441, 2162, 2162, 3317, 3317, 4951, 4951, 7526, 7526, 11191, 11191, 16841, 16841, 24923, 24923, 37253, 37253, 54912, 54912, 81493, 81493, 119629, 119629, 176549 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
The number with 2m+1 orderings is the same as the number with 2m orderings (cf. A213331).
LINKS
Thomas C. Craven, An application of Pólya's theory of counting to an enumeration problem arising in quadratic form theory, J. Combin. Theory Ser. A 29 (1980), no. 2, 174--181. MR0583956 (81j:10027).
MAPLE
read transforms;
w:=proc(n) option remember; global did; local v; # did(n, d)=1 if d|n otherwise 0
if n=1 then 1 elif (n mod 2) = 1 then w(n-1);
else v:=n/2;
(1/n)* ( add(2*i*w(i)*did(v, i), i=1..v) +
add( add(2*i*w(i)*w(n-2*k)*did(k, i), i=1..k), k=1..v-1));
fi; end;
[seq(w(n), n=1..100)];
CROSSREFS
Cf. A213331.
Sequence in context: A038716 A168659 A035642 * A133392 A101199 A032155
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 09 2012
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 May 22 06:48 EDT 2024. Contains 372743 sequences. (Running on oeis4.)