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!)
A029808 Number of Lyndon words (aperiodic necklaces) with 3n beads of 3 colors, n beads of each color. One color labeled, the other two unlabeled. 4
1, 7, 93, 1440, 25225, 476427, 9501737, 197197440, 4219878330, 92516600575, 2068590840349, 47010163129632, 1083052539395723, 25244912684662559, 594388664281931925, 14118181920797391360, 337939791145403719897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
1/(6n) * sum over d|n of {mu(n/d) * (3d)! / d!^3}.
MAPLE
A029808 := proc(n)
add(numtheory[mobius](n/d)*(3*d)!/(d!)^3, d=numtheory[divisors](n)) ;
%/6/n ;
end proc:
seq(A029808(n), n=1..10) ;
PROG
(PARI) for(n=1, 23, print(1/(6*n)*sumdiv(n, d, moebius(n/d)*(3*d)!/d!^3)))
CROSSREFS
Inverse Witt transform of A006178.
Sequence in context: A278687 A292227 A006178 * A089915 A370939 A318697
KEYWORD
nonn
AUTHOR
Lionel Levine (levine(AT)ultranet.com)
EXTENSIONS
More terms from Jason Earls, Aug 31 2001
Edited by Christian G. Bower, Aug 28 2002
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 May 6 22:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)