OFFSET
1,2
COMMENTS
REFERENCES
P. Poulet, Nouvelles suites arithmétiques, Sphinx vol. 2 (1932) pp. 53-54.
LINKS
Leon Alaoglu and Paul Erdős, A conjecture in elementary number theory, Bull. Amer. Math. Soc. 50 (1944), 881-882.
Sean A. Irvine, Java program (github)
FORMULA
g(1)=n; thereafter g(2k)=sigma(g(2k-1)), g(2k+1)=phi(g(2k)).
EXAMPLE
Poulet's sequence starting at 1 is 1->1->1->.. which contributes [1]. Starting at 2: 2->3->2->3->.. which contributes [3,2]. Starting at 3: 3->4->2->3->2->3... which contributes [2,3]. Starting at 4: 4->7->6->12->4->7->6->12.. which contributes [7, 6, 12, 4]. - R. J. Mathar, May 08 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Ursula Gagelmann (gagelmann(AT)altavista.net), Apr 07 1998
EXTENSIONS
Revised definition and added formula from Ursula Gagelmann, Apr 07 1998 - N. J. A. Sloane, May 08 2020
Missing a(42)=31 inserted and more terms from Sean A. Irvine, Jun 21 2020
STATUS
approved