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!)
A208188 Number of distinct n-colored necklaces with 7 beads per color. 2
1, 1, 246, 19003476, 16875655269948, 90784545100668913392, 2041012695880532470281654960, 150277870737901828652705825755721760, 30495546426686489361833408314854897254404320, 14997592385781765578538605874290442908069285068834560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{d|7} phi(7/d)*(n*d)!/(d!^n*n*7) if n>0 and a(0) = 1.
EXAMPLE
a(0) = 1: the empty necklace.
a(1) = 1: {0000000}.
a(2) = 246: {00000001111111, ..., 01010101010101}.
MAPLE
with(numtheory);
a:= n-> `if`(n=0, 1, add(phi(7/d) *(n*d)!/(d!^n *7*n), d={1, 7})):
seq(a(n), n=0..12);
CROSSREFS
Row n=7 of A208183.
Sequence in context: A229478 A289334 A251516 * A177212 A044983 A351243
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 23 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)