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.

A060170 Number of orbits of length n under the map whose periodic points are counted by A005809.

Original entry on oeis.org

3, 6, 27, 120, 600, 3078, 16611, 91872, 520749, 3004200, 17594247, 104304888, 624801957, 3775722342, 22991161500, 140928011136, 868886416866, 5384796881850, 33525472069563, 209592223788000, 1315211209630794, 8281053081282894, 52301607644921259, 331260902534858976, 2103541885645955625, 13389670112374830378
Offset: 1

Views

Author

Thomas Ward, Mar 13 2001

Keywords

Comments

The sequence A005809 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.
a(n) is divisible by n (cf. A268617), 2*a(n) is divisible by n^2 (cf. A268618).

Examples

			a(3) = 27 since a map whose periodic points are counted by A005809 has 3 fixed points and 84 points of period 3, hence 27 orbits of length 3.
		

Crossrefs

Programs

  • PARI
    a(n) = sumdiv(n, d, moebius(n/d)*binomial(3*d, d))/n; \\ Michel Marcus, Sep 10 2017

Formula

a(n) = (1/n)* Sum_{d|n} A008683(n/d)*A005809(d).

Extensions

Edited by Max Alekseyev, Feb 09 2016