|
Search: id:A060280
|
|
|
| A060280 |
|
Number of orbits of length n under the map whose periodic points are counted by A001350. |
|
+0 3
|
|
| 1, 0, 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
(list; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Euler transform is Fibonacci(n). 1/((1-x)(1-x^3)(1-x^4)(1-x^5)^2(1-x^6)^2...)=1+x+x^2+2x^3+3x^4+5x^5+8x^6+...
Baake, Roberts and Weiss [2008] explicitly cite A060280 and A001350 on p.9 and show A060280 in Table 1, Fixed point and orbit counts for the golden cat map, p.10; OEIS being footnote 38, p.22. [From Jonathan Vos Post (jvospost3(AT)gmail.com), Aug 27 2008]
|
|
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.
|
|
LINKS
|
Y. Puri and T. Ward, Arithmetic and growth of periodic orbits, J. Integer Seqs., Vol. 4 (2001), #01.2.1.
T. Ward, Exactly realizable sequences
Michael Baake, John A.G. Roberts, Alfred Weiss, Periodic orbits of linear endomorphisms on the 2-torus and its lattices, Aug 26, 2008. [From Jonathan Vos Post (jvospost3(AT)gmail.com), Aug 27 2008]
|
|
FORMULA
|
If b(n) is the n-th term of A001350, then the n-th term is (1/n)* Sum_{ d divides n }\mu(d)b(n/d)
|
|
EXAMPLE
|
a(7)=4 since the 7th term of A001350 is 29 and the first is 1, so there are (29-1)/7 = 4 orbits of length 7.
|
|
PROGRAM
|
(PARI) a(n)=if(n<3, n==1, sumdiv(n, d, moebius(n/d)*(fibonacci(d-1)+fibonacci(d+1)))/n)
|
|
CROSSREFS
|
Cf. A001350.
A006206(n)=a(n) except for n=2.
Sequence in context: A017910 A013979 A107458 this_sequence A006206 A095719 A153952
Adjacent sequences: A060277 A060278 A060279 this_sequence A060281 A060282 A060283
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Thomas Ward (t.ward(AT)uea.ac.uk), Mar 29 2001
|
|
EXTENSIONS
|
Replaced arXiv URL by the stable, non-cached version - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 23 2009
|
|
|
Search completed in 0.002 seconds
|