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.

A048258 Integers whose sum of divisors is an 8th power.

Original entry on oeis.org

1, 217, 57337, 600270, 621690, 669990, 685290, 693294, 693770, 699810, 725934, 747670, 769930, 774894, 782598, 805970, 813378, 823938, 835670, 839802, 854930, 865490, 873334, 895594, 918435, 920414, 923410, 931634, 935715, 959565, 965174, 969034, 969206
Offset: 1

Views

Author

Keywords

Examples

			Divisors(217) = {1,7,31,217}, sum = 256 = 2^8.
Divisors(57337) = {1,7,8191,57337}, sum = 65536 = 4^8.
Divisors(1676377) = {1,647,2591,1676377}, sum = 1679616 = 6^8.
		

Crossrefs

Programs

Formula

Sigma(1, a(n)) = x^8, where the initial values of x are 1, 2, 4, 6 (occurs 85 times), ...