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.

A266094 a(n) is the sum of the divisors of the smallest number k such that the symmetric representation of sigma(k) has n parts.

Original entry on oeis.org

1, 4, 13, 32, 104, 228, 576, 1408, 4104, 9824, 19152, 39816, 82944, 196992, 441294, 881280, 1911168, 4539024
Offset: 1

Views

Author

Omar E. Pol, Dec 21 2015

Keywords

Comments

For more information see A239663 and A239665.

Examples

			Illustration of the symmetric representation of sigma(9):
.
.     _ _ _ _ _ 5
.    |_ _ _ _ _|
.              |_ _ 3
.              |_  |
.                |_|_ _ 5
.                    | |
.                    | |
.                    | |
.                    | |
.                    |_|
.
For n = 3 we have that 9 is the smallest number whose symmetric representation of sigma has three parts: [5, 3, 5], so a(3) = 5 + 3 + 5 = 13, equaling the sum of divisors of 9: sigma(9) = 1 + 3 + 9 = 13.
For n = 7 we have that 357 is the smallest number whose symmetric representation of sigma has seven parts: [179, 61, 29, 38, 29, 61, 179], so a(7) = 179 + 61 + 29 + 38 + 29 + 61 + 179 = 576, equaling the sum of divisors of 357: sigma(357) = 1 + 3 + 7 + 17 + 21 + 51 + 119 + 357 = 576.
		

Crossrefs

Formula

a(n) = A000203(A239663(n)).

Extensions

a(14)-a(18) from Omar E. Pol, Jul 21 2018