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.

A279667 Number of subparts (also number of odd divisors) of the smallest number k such that the symmetric representation of sigma(k) has n layers.

Original entry on oeis.org

1, 2, 4, 4, 6, 8, 8, 12, 12, 12, 16, 24, 24, 18, 32, 32, 24, 36, 24, 36, 32, 48, 36, 32, 48, 48, 48
Offset: 1

Views

Author

Omar E. Pol, Dec 16 2016

Keywords

Comments

In other words: number of subparts (also number of odd divisors) of the smallest number k such that the symmetric representation of sigma(k) has at least a part of width n.
Note that the number of subparts in the symmetric representation of sigma(n) equals A001227(n), the number of odd divisors of n.
For more information about the subparts and the layers see A279387.

Examples

			For n = 5 we have that 360 is the smallest number k whose symmetric representation of sigma(k) has parts of width 5. The structure has six subparts: [719, 237, 139, 71, 2, 2]. On the other hand, 360 has six odd divisors: {1, 3, 5, 9, 15, 45}, so a(5) = 6.
		

Crossrefs

Formula

a(n) = A001227(A250070(n)).