cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060169 Number of orbits of length n under the automorphism of the 3-torus whose periodic points are counted by A001945.

Original entry on oeis.org

1, 0, 0, 1, 0, 1, 1, 0, 2, 1, 2, 2, 2, 4, 4, 5, 8, 6, 12, 13, 16, 23, 26, 35, 46, 54, 76, 89, 120, 154, 192, 255, 322, 411, 544, 679, 898, 1145, 1476, 1925, 2466, 3201, 4156, 5338, 6978, 8985
Offset: 1

Views

Author

Thomas Ward, Mar 13 2001

Keywords

Comments

The sequence A001945 records the number of points of period n under a map. The number of orbits of length n for this map gives the sequence above.

Examples

			u(17) = 8 since the map whose periodic points are counted by A001945 has 1 fixed point and 137 points of period 17, hence 8 orbits of length 7.
		

Crossrefs

Formula

a(n) = (1/n)* Sum_{ d divides n } mu(d)*A001945(n/d).