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!)
A208187 Number of distinct n-colored necklaces with 6 beads per color. 2
1, 1, 80, 953056, 96197661156, 45695805591924048, 74171603795480180204640, 333504309246734399617946903040, 3581026866351385580856518554063502880, 82211352663724607444625251063583157979101440, 3704235885150602243096407788053997013140363354216960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{d|6} phi(6/d)*(n*d)!/(d!^n*n*6) if n>0 and a(0) = 1.
EXAMPLE
a(0) = 1: the empty necklace.
a(1) = 1: {000000}.
a(2) = 80: {000000111111, ..., 010101010101}.
MAPLE
with(numtheory);
a:= n-> `if`(n=0, 1, add(phi(6/d) *(n*d)!/(d!^n *6*n), d={1, 2, 3, 6})):
seq(a(n), n=0..12);
CROSSREFS
Row n=6 of A208183.
Sequence in context: A231036 A051184 A159444 * A116230 A056669 A005085
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 24 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)