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.

This page as a plain text file.
%I A279667 #33 Jan 11 2017 03:25:42
%S A279667 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,
%T A279667 48,48
%N 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.
%C A279667 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.
%C A279667 Note that the number of subparts in the symmetric representation of sigma(n) equals A001227(n), the number of odd divisors of n.
%C A279667 For more information about the subparts and the layers see A279387.
%F A279667 a(n) = A001227(A250070(n)).
%e A279667 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.
%Y A279667 Cf. A000203, A001227, A005279, A196020, A236104, A235791, A237048, A237270, A237271, A237591, A237593, A239657, A244050, A245092, A250070, A261699, A279387, A279388, A279391.
%K A279667 nonn,more
%O A279667 1,2
%A A279667 _Omar E. Pol_, Dec 16 2016