Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000940
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000940 Number of n-gons.
(Formerly M1260 N0482)
+0
5
1, 2, 4, 12, 39, 202, 1219, 9468, 83435, 836017, 9223092, 111255228, 1453132944, 20433309147, 307690667072, 4940118795869, 84241805734539, 1520564059349452, 28963120073957838, 580578894859915650, 12217399235411398127, 269291841184184374868, 6204484017822892034404 (list; graph; listen)
OFFSET

3,2

COMMENT

Number of inequivalent undirected Hamiltonian cycles in complete graph on n labeled nodes under action of dihedral group of order 2n acting on nodes.

REFERENCES

S. W. Golomb and L. R. Welch, On the enumeration of polygons, Amer. Math. Monthly, 67 (1960), 349-353.

E. M. Palmer and R. W. Robinson, Enumeration under two representations of the wreath product, Acta Math., 131 (1973), 123-143.

R. C. Read, Combinatorial problems in theory of music, Discrete Math. 167 (1997), 543-551.

LINKS

T. D. Noe, Table of n, a(n) for n=3..100

FORMULA

For formula see Maple lines.

MAPLE

with(numtheory); # for n odd: Sd:=proc(n) local t1, d; t1:=2^((n-1)/2)*n^2*((n-1)/2)!; for d from 1 to n do if n mod d = 0 then t1:=t1+phi(n/d)^2*d!*(n/d)^d; fi; od: t1/(4*n^2); end;

# for n even: Se:=proc(n) local t1, d; t1:=2^(n/2)*n*(n+6)*(n/2)!/4; for d from 1 to n do if n mod d = 0 then t1:=t1+phi(n/d)^2*d!*(n/d)^d; fi; od: t1/(4*n^2); end; A000940:=n-> if n mod 2 = 0 then Se(n) else Sd(n); fi;

CROSSREFS

Cf. A000939. Bisections give A094156, A094157.

Adjacent sequences: A000937 A000938 A000939 this_sequence A000941 A000942 A000943

Sequence in context: A003701 A114500 A108532 this_sequence A008404 A099214 A126946

KEYWORD

nonn,easy,nice

AUTHOR

njas

EXTENSIONS

More terms from Pab Ter (pabrlos(AT)yahoo.com), May 05 2004

page 1

Search completed in 0.004 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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research