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.

A263344 Consider the abundant aliquot parts, in ascending order, of a composite number. Take their sum and repeat the process deleting the minimum number and adding the previous sum. The sequence lists the numbers that after some number of iterations reach a sum equal to themselves.

Original entry on oeis.org

1700, 5950, 155574, 274550, 300894, 715275, 758625, 1365234, 1404172, 1542500, 1661750, 2095250, 2239750, 2673250, 2962250, 3106750, 3395750, 3829250, 4226625, 4262750, 4407250, 4700619, 5398750, 6371092, 8167635, 8560024, 12305620, 13725855, 15497625, 15586263
Offset: 1

Views

Author

Paolo P. Lava, Oct 15 2015

Keywords

Examples

			Aliquot parts of 1700 are 1, 2, 4, 5, 10, 17, 20, 25, 34, 50, 68, 85, 100, 170, 340, 425, 850. The abundant numbers are 20, 100, 340. Therefore:
20 + 100 + 340 = 460;
100 + 340 + 460 = 900;
340 + 460 + 900 = 1700.
		

Crossrefs

Cf. A005101 (abundant numbers), A027751 (aliquot parts), A246544, A247012, A258142, A258270.

Programs

Extensions

More terms from Amiram Eldar, Mar 20 2019