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.

A060164 Number of orbits of length n under the map whose periodic points are counted by A000364.

Original entry on oeis.org

1, 2, 20, 345, 10104, 450450, 28480140, 2423938845, 267208852820, 37037118818700, 6304443126648900, 1292877846962865230, 314390193022547991720, 89447117243116404721950, 29436259549934873636908816, 11094961973721205588579579845, 4748429366816935180127543967840
Offset: 1

Views

Author

Thomas Ward, Mar 13 2001

Keywords

Comments

The sequence A000364 seems to record 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(3) = 20 since the conjectured map whose periodic points are counted by A000364 would have 1 fixed point and 61 points of period 3, so it must have 20 orbits of length 3.
		

Crossrefs

Formula

a(n) = (1/n)* Sum_{d|n} mu(d)*A000364(n/d).