login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A279104 Irregular triangle read by rows in which the n-th row lists the number of legs in the parts of the symmetric representation of sigma(n). 1
2, 2, 1, 1, 4, 1, 1, 6, 1, 1, 6, 1, 2, 1, 3, 3, 1, 1, 8, 1, 1, 3, 3, 1, 6, 1, 10, 1, 1, 10, 1, 1, 10, 1, 3, 3, 1, 3, 3, 1, 1, 12, 1, 4, 1, 3, 3, 1, 3, 3, 1, 14, 1, 1, 14, 1, 1, 14, 1, 3, 3, 1, 3, 3, 1, 6, 1, 16, 1, 1, 3, 3, 1, 3, 3, 1, 16, 1, 1, 16, 1, 1, 7, 7, 1, 14, 1, 3, 3, 1, 1, 18, 1, 6, 1, 3, 10, 3, 1, 3, 3, 1, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The legs are those line segments in the parts of the symmetric representation of sigma(n) that bound a portion of its nonzero area.
Blocks of nonzero numbers start and end at odd positions in the rows of triangle A249223 unless a block extends to the end of the row. Therefore, the number of legs in any part of the symmetric representation of sigma(n) is odd when A237271(n) is even, and odd except for the middle part when A237271(n) is odd.
LINKS
EXAMPLE
Since row 14 of triangle A249223 is 1 1 1 0 the symmetric representation of sigma(14) has two parts of three legs each and row 14 in this triangle is 3 3.
Since row 15 of triangle A249223 is 1 0 1 1 2 the symmetric representation of sigma(15) has three parts of 1 leg, 6 legs, and 1 leg, respectively, and row 15 in this triangle is 1 6 1.
Irregular triangle of legs of parts:
1: 2
2: 2
3: 1 1
4: 4
5: 1 1
6: 6
7: 1 1
8: 6
9: 1 2 1
10: 3 3
11: 1 1
12: 8
13: 1 1
14: 3 3
15: 1 6 1
16: 10
17: 1 1
18: 10
19: 1 1
20: 10
21: 1 3 3 1
...
Illustration of the legs for the symmetric representations of sigma(1)..sigma(24); for comparison see also A237593. The legs of the central parts of the symmetric representation of sigma for 9, 15 and 21 have 3, 3 and 4 parts, and touch the legs of 8, 14 and 20, respectively.
. _ _ _ _ _ _ _ _ _ _ _ _ _
. _ _ _ _ _ _ _ _ _ _ _ _ |
. _ _ _ _ _ _ _ _ _ _ _ _ |
. _ _ _ _ _ _ _ _ _ _ _ | |
. _ _ _ _ _ _ _ _ _ _ _ | |_ _ _
. _ _ _ _ _ _ _ _ _ _ | | |
. _ _ _ _ _ _ _ _ _ _ | |_ _ |_
. _ _ _ _ _ _ _ _ _ | |_ _ _ |_
. _ _ _ _ _ _ _ _ _ | |_ _ |_ |_ _
. _ _ _ _ _ _ _ _ | |_ _ |_ _ |
. _ _ _ _ _ _ _ _ | | | |_ |
. _ _ _ _ _ _ _ | |_ _ |_ |_ | | |_ _ _ _
. _ _ _ _ _ _ _ |_ _ |_ |_ _ | | |_ _ _ _ |
. _ _ _ _ _ _ | |_ |_ |_ | |_|_ _ _ | | |
. _ _ _ _ _ _ |_ _ |_ | |_ _ _ | | | | |
. _ _ _ _ _ | |_ | |_ _ _ | | | | | | |
. _ _ _ _ _ |_ | |_|_ _ | | | | | | | | |
. _ _ _ _ |_ _ |_ _ | | | | | | | | | | |
. _ _ _ _ |_ | |_ _ | | | | | | | | | | | | |
. _ _ _ |_ |_|_ | | | | | | | | | | | | | | |
. _ _ _ |_ | | | | | | | | | | | | | | | | |
. _ _ |_ | | | | | | | | | | | | | | | | | | |
. _ _ | | | | | | | | | | | | | | | | | | | | |
. _ | | | | | | | | | | | | | | | | | | | | | | |
. | | | | | | | | | | | | | | | | | | | | | | | |
.
n: 1 2 3 4 5 6 7 8..10..12..14..16..18..20..22..24
.
MATHEMATICA
(* support functions are defined in A237048 and A262045 *)
a279104[n_] := Map[Length, Select[SplitBy[a262045[n], #!=0&], First[#]!=0&]]
Flatten[Map[a279104, Range[52]]] (* sequence data for 52 rows *)
CROSSREFS
Cf. A237271 gives the row lengths.
Sequence in context: A033151 A046079 A319700 * A165509 A100996 A232504
KEYWORD
nonn,tabf
AUTHOR
Hartmut F. W. Hoft, Dec 06 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)