Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006206
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006206 Number of aperiodic binary necklaces of length n with no subsequence 00, excluding the necklace "0".
(Formerly M0317)
+0
10
1, 1, 1, 1, 2, 2, 4, 5, 8, 11, 18, 25, 40, 58, 90, 135, 210, 316, 492, 750, 1164, 1791, 2786, 4305, 6710, 10420, 16264, 25350, 39650, 61967, 97108, 152145, 238818, 374955, 589520, 927200, 1459960, 2299854, 3626200, 5720274, 9030450, 14263078 (list; graph; listen)
OFFSET

1,5

COMMENT

Euler transform is Fibonacci(n+1). 1/((1-x)(1-x^2)(1-x^3)(1-x^4)(1-x^5)^2(1-x^6)^2...)=1+x+2x^2+3x^3+5x^4+8x^5+...

Coefficients of power series of natural logarithm of the infinite product Product_{n=1..inf} (1 - x^n - x^(2n))^(-mu(n)/n), where mu(n) is the Moebius function.

Related to Fibonacci sequence since 1/(1 - x^n - x^(2n)) expands to a power series whose terms are Fibonacci numbers.

Bau-Sen Du (1985)'s Table 1, p. 6, has this sequence as the second column. - Jonathan Vos Post (jvospost2(AT)yahoo.com), Jun 18 2007

REFERENCES

Baake, Michael; Hermisson, Joachim; Pleasants, Peter A. B.; The torus parametrization of quasiperiodic LI-classes. J. Phys. A 30 (1997), no. 9, 3029-3056.

D. J. Broadhurst and D. Kreimer, Association of multiple zeta values with positive knots via Feynman diagrams up to 9 loops, Phys. Lett B. vol. 393 (1997) p 403

B.-S. Du, A simple method which generates infinitely many congruence identities, Fib. Quart., 27 (1989), 116-124.

LINKS

Joerg Arndt, Fxtbook

D. J. Broadhurst, On the enumeration of irreducible k-fold Euler sums and their roles in knot theory and field theory

D. J. Broadhurst and D. Kreimer, Association of multiple zeta values with positive knots via Feynman diagrams up to 9 loops UTA-PHYS-96-44, hep-th/9609128

P. J. Cameron, Sequences realized by oligomorphic permutation groups, J. Integ. Seqs. Vol. 3 (2000), #00.1.5.

Y. Puri and T. Ward, Arithmetic and growth of periodic orbits, J. Integer Seqs., Vol. 4 (2001), #01.2.1.

Index entries for sequences related to Lyndon words

Bau-Sen Du, The Minimal Number of Periodic Orbits of Periods Guaranteed in Sharkovskii's Theorem. Bull. Austral. Math. Soc. 31(1985), 89-103. Corrigendum: 32 (1985), 159.

FORMULA

(1/n)* sum_{ d divides n } mu(n/d) [ Fib(d-1)+Fib(d+1) ]; or (1/n) * sum over d divides n of {mu(n/d) * Lucas_d}. Hence Lucas(n) = sum over d divides n of d*a(d).

Round ((1/n) sum_{ d divides n } mu(n) phi^(n/d)) (formula from D.Broadhurst(AT)open.ac.uk).

G.f.: Sum_{n=1..inf} -mu(n)*ln(1 - x^n - x^(2n))/n.

EXAMPLE

Necklaces are: 1; 10; 110; 1110; 11110, 11010; 111110, 111010; ...

MAPLE

A006206 := proc(n) local sum; sum := 0; for d in divisors(n) do sum := sum + mobius(n/d)*(fibonacci(d+1)+fibonacci(d-1)) od; RETURN(sum/n); end;

PROGRAM

(PARI) a(n)=if(n<1, 0, sumdiv(n, d, moebius(n/d)*(fibonacci(d-1)+fibonacci(d+1)))/n)

CROSSREFS

Equals A031367(n)/n. Equals A060280 except for n=2.

Sequence in context: A013979 A107458 A060280 this_sequence A095719 A050364 A078465

Adjacent sequences: A006203 A006204 A006205 this_sequence A006207 A006208 A006209

KEYWORD

nonn,easy,nice

AUTHOR

njas and Frank Ruskey (fruskey(AT)cs.uvic.ca)

page 1

Search completed in 0.002 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research