OFFSET
1,1
COMMENTS
LINKS
Y. Puri and T. Ward, Arithmetic and growth of periodic orbits, J. Integer Seqs., Vol. 4 (2001), #01.2.1.
Yash Puri and Thomas Ward, A dynamical property unique to the Lucas sequence, Fibonacci Quarterly, Volume 39, Number 5 (November 2001), pp. 398-402.
EXAMPLE
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.
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(3*d, d))/n; \\ Michel Marcus, Sep 10 2017
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Thomas Ward, Mar 13 2001
EXTENSIONS
Edited by Max Alekseyev, Feb 09 2016
STATUS
approved