Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100984
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100984 Number of Q_3-isomorphism classes of fields of degree n in the algebraic closure of Q_3. +0
9
1, 3, 10, 5, 2, 108, 2, 8, 795, 6, 2, 1493, 2, 6, 1172, 13, 2 (list; graph; listen)
OFFSET

1,2

REFERENCES

Xiang-Dong Hou and Kevin Keating, Enumeration of isomorphism classes of extensions of p-adic fields, 2001

M. Krasner, Le nombre des surcorps primitifs d'un degre donne et le nombre des surcorps metagaloisiens d'un degre donne d'un corp de nombre p-adique. Comptes Redus Hebdomadaires, Academie des Science, Paris 254, 255, 1962

FORMULA

p:=3; n=f*e; f residue degree, e ramification index if (p, e)=1, let I(f, e):=b/e*sum_{h=0}^{e-1} 1/c_h, where b=gcd(e, p^f-1), c_h the smallest positiv integer such that b divides (p^c-1)*h a(n) = sum_{f | n} I(f, n/f) There exists a formula, when p divides e exactly and there exists a big formula for some cases when p^2 divides e exactly.

EXAMPLE

a(3)=10, There is the one unramified extension, three ramified cyclic extensions, six extensions with Galoisgroup S_3

This gives 1+3+3*6=22 extensions (Cf. A100977) in 1+3+6=10 Q_3-isomorphism classes.

MAPLE

# for gcd(e, p)=1 only! smallestIntDiv:=proc() local b, q, h, i; b:=args[1]; q:=args[2]; h:=args[3]; for i from 1 to infinity do if gcd(b, (q^i-1)*h)=b then return i; fi; od; end: I0Ffefe:=proc() local p, f1, e1, f, e, i, q, h, summe, c, b; p:=args[1]; f1:=args[2]; e1:=args[3]; f:=args[4]; e:=args[5]; summe:=0; q:=p^f1; b:=gcd(e, q^f-1); for h from 0 to e-1 do c:=smallestIntDiv(b, q, h); summe:=summe+1/c; od; return b/e*summe; end: I0Ffen:=proc() local p, e1, f1, n, f, e, summe; p:=args[1]; e1:=args[2]; f1:=args[3]; n:=args[4]; summe:=0; for f in divisors(n) do e:=n/f; summe:=summe+I0Ffefe(p, f1, e1, f, e); od; return summe; end: p:=3; a(n):=I0Ffen(p, 1, 1, n);

CROSSREFS

Cf. A100976, A100977, A100978, A100979, A100980, A100981, A100983, A100985, A100986.

Sequence in context: A131814 A003620 A111229 this_sequence A045985 A035411 A033478

Adjacent sequences: A100981 A100982 A100983 this_sequence A100985 A100986 A100987

KEYWORD

hard,nonn

AUTHOR

Volker Schmitt (clamsi(AT)gmx.net), Nov 29 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research