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.

A072891 The 5-cycle of the n => sigma(n)-n process, where sigma(n) is the sum of divisors of n (A000203).

This page as a plain text file.
%I A072891 #15 Feb 16 2025 08:32:46
%S A072891 12496,14288,15472,14536,14264,12496
%N A072891 The 5-cycle of the n => sigma(n)-n process, where sigma(n) is the sum of divisors of n (A000203).
%C A072891 Called a "sociable" chain.
%C A072891 One of the two aliquot cycles of length greater than 2 that were discovered by Belgian mathematician Paul Poulet (1887-1946) in 1918 (the second is A072890). They were the only known such cycles until 1965 (see A072892). - _Amiram Eldar_, Mar 24 2024
%D A072891 Albert H. Beiler, Recreations in the Theory of Numbers: The Queen of Mathematics Entertains, New York: Dover Publications, 1964, Chapter IV, p. 28.
%D A072891 Richard K. Guy, Unsolved Problems in Number Theory, 3rd Edition, Springer, 2004, Section B7, p. 95.
%D A072891 Paul Poulet, La chasse aux nombres I: Parfaits, amiables et extensions, Bruxelles: Stevens, 1929.
%H A072891 Robert D. Carmichael, <a href="https://doi.org/10.5951/MT.14.6.0305">Empirical Results in the Theory of Numbers</a>, The Mathematics Teacher, Vol. 14, No. 6 (1921), pp. 305-310; <a href="https://www.jstor.org/stable/27950349">alternative link</a>. See p. 309.
%H A072891 Leonard Eugene Dickson, <a href="https://archive.org/details/historyoftheoryo01dick_1/page/50/mode/2up">History of the Theory of Numbers, Vol. I: Divisibility and Primality</a>,  Washington, Carnegie Institution of Washington, 1919, p. 50.
%H A072891 Paul Poulet, <a href="https://proofwiki.org/wiki/Book:Article/Paul_Poulet/4865">Query 4865</a>, L'Intermédiaire des Mathématiciens, Vol. 25 (1918), pp. 100-101.
%H A072891 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SociableNumbers.html">Sociable Numbers</a>.
%H A072891 Wikipedia, <a href="https://en.wikipedia.org/wiki/Sociable_number">Sociable number</a>.
%F A072891 a(5+n) = a(n).
%t A072891 NestWhileList[DivisorSigma[1, #] - # &, 12496, UnsameQ, All] (* _Amiram Eldar_, Mar 24 2024 *)
%Y A072891 Cf. A000203, A001065, A003416, A072890, A072892.
%K A072891 fini,full,nonn
%O A072891 1,1
%A A072891 _Miklos Kristof_, Jul 29 2002