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!)
A208193 Number of distinct 8-colored necklaces with n beads per color. 2
1, 5040, 5108105520, 15391623287043360, 74701932179186551241520, 474389544274867071519255599040, 3581026866351385580856518554063502880, 30495546426686489361833408314854897254404320, 283839436431731355577562936415156522873876247241520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, column k > 1 of A208183 is asymptotic to k^(k*n-1/2) / ((2*Pi)^((k-1)/2) * n^((k+1)/2)). - Vaclav Kotesovec, Aug 23 2015
LINKS
FORMULA
a(n) = Sum_{d|n} phi(n/d)*(8*d)!/(d!^8*8*n) if n>0 and a(0) = 1.
a(n) ~ 8^(8*n-1/2) / ((2*Pi)^(7/2) * n^(9/2)). - Vaclav Kotesovec, Aug 23 2015
EXAMPLE
a(0) = 1: the empty necklace.
a(1) = 5040: {01234567, 01234576, ..., 07654321}.
MAPLE
with(numtheory):
a:= n-> `if`(n=0, 1, add(phi(n/d) *(8*d)!/(d!^8 *8*n), d=divisors(n))):
seq(a(n), n=0..10);
CROSSREFS
Column k=8 of A208183.
Sequence in context: A158039 A071549 A181752 * A259112 A195391 A210281
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)