OFFSET
1,2
COMMENTS
Old name was: A061693 appears to count the periodic points for a certain map. If so, then this is the sequence of the numbers of orbits of length n.
LINKS
Y. Puri and T. Ward, Arithmetic and growth of periodic orbits, J. Integer Seqs., Vol. 4 (2001), #01.2.1.
J.-M. Sixdeniers, K. A. Penson and A. I. Solomon, Extended Bell and Stirling Numbers From Hypergeometric Exponentiation, J. Integer Seqs. Vol. 4 (2001), #01.1.4.
Thomas Ward, Exactly realizable sequences. [local copy].
FORMULA
If b(n) is the n-th term of A061693, then a(n) = (1/n)*Sum_{d|n}mu(d)a(n/d).
a(n) ~ 8^n / (Pi*sqrt(3)*n^2). - Vaclav Kotesovec, Sep 05 2019
EXAMPLE
a(3)=9 since a(3)=(1/3)(b(3)-b(1)) where b is the sequence A061693, which starts 0,4,27.
MATHEMATICA
Table[Sum[MoebiusMu[d] * (Sum[Binomial[n/d, k]^3, {k, 0, n/d}]/2 - 1), {d, Divisors[n]}]/n, {n, 1, 20}] (* Vaclav Kotesovec, Sep 05 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Ward, Feb 24 2004
EXTENSIONS
Name clarified by Michel Marcus, May 14 2015
STATUS
approved
