login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

a(n) is the total length of all line segments in the symmetric representation of sigma(n).
6

%I #41 Dec 18 2021 22:21:05

%S 4,8,12,16,18,24,24,32,34,40,36,48,42,54,56,64,54,72,60,80,78,82,72,

%T 96,84,96,98,112,90,120,96,128

%N a(n) is the total length of all line segments in the symmetric representation of sigma(n).

%C a(n) is also the number of toothpicks of length 1 needed to represent the symmetric representation of sigma(n) (see the examples).

%C The diagram is symmetric thus all terms are even.

%C If the symmetric representation of sigma(n) has only one part (cf. A174973) or if it has two parts and they meet at the center of the Dyck path (cf. A262259) then a(n) = 4*n, otherwise a(n) < 4*n. In other words: if n is a term of A279029 then a(n) = 4*n, otherwise a(n) < 4*n.

%F a(n) = 2*A348854(n).

%F a(n) = A008586(n) - A279228(n). - _Omar E. Pol_, Dec 13 2021

%e Illustration of initial terms:

%e . _ _ _ _

%e . _ _ _ |_ _ _ |_

%e . _ _ _ |_ _ _| | |_

%e . _ _ |_ _ |_ |_ _ |_ _ |

%e . _ _ |_ _|_ |_ | | | | |

%e . _ |_ | | | | | | | | |

%e . |_| |_| |_| |_| |_| |_|

%e .

%e n: 1 2 3 4 5 6

%e a(n): 4 8 12 16 18 24

%e .

%e . _ _ _ _ _

%e . _ _ _ _ _ |_ _ _ _ _|

%e . _ _ _ _ |_ _ _ _ | |_ _

%e . |_ _ _ _| | |_ |_ |

%e . |_ |_ |_ _ |_|_ _

%e . |_ _ |_ _ | | |

%e . | | | | | |

%e . | | | | | |

%e . | | | | | |

%e . |_| |_| |_|

%e .

%e n: 7 8 9

%e a(n): 24 32 34

%e .

%e Another way for the illustration of initial terms is as follows:

%e --------------------------------------------------------------------------

%e . n a(n) Diagram

%e --------------------------------------------------------------------------

%e _

%e 1 4 |_| _

%e _| | _

%e 2 8 |_ _| | | _

%e _ _|_| | | _

%e 3 12 |_ _| _| | | | _

%e _ _| _| | | | | _

%e 4 16 |_ _ _| _|_| | | | | _

%e _ _ _| _ _| | | | | | _

%e 5 18 |_ _ _| | _| | | | | | | _

%e _ _ _| _| _|_| | | | | | | _

%e 6 24 |_ _ _ _| _| _ _| | | | | | | | _

%e _ _ _ _| _| _ _| | | | | | | | | _

%e 7 24 |_ _ _ _| | _| _ _|_| | | | | | | | | _

%e _ _ _ _| | _| | _ _| | | | | | | | | | _

%e 8 32 |_ _ _ _ _| |_ _| | _ _| | | | | | | | | | | _

%e _ _ _ _ _| _ _|_| _ _|_| | | | | | | | | | |

%e 9 34 |_ _ _ _ _| | _| _| _ _ _| | | | | | | | | |

%e _ _ _ _ _| | _| _| _ _| | | | | | | | |

%e 10 40 |_ _ _ _ _ _| | _| | _ _|_| | | | | | |

%e _ _ _ _ _ _| | _| | _ _ _| | | | | |

%e 11 36 |_ _ _ _ _ _| | _ _| _| | _ _ _| | | | |

%e _ _ _ _ _ _| | _ _| _|_| _ _ _|_| | |

%e 12 48 |_ _ _ _ _ _ _| | _ _| _ _| | _ _ _| |

%e _ _ _ _ _ _ _| | _| | _| | _ _ _|

%e 13 42 |_ _ _ _ _ _ _| | | _| _| _| |

%e _ _ _ _ _ _ _| | |_ _| _| _|

%e 14 54 |_ _ _ _ _ _ _ _| | _ _| _|

%e _ _ _ _ _ _ _ _| | _ _|

%e 15 56 |_ _ _ _ _ _ _ _| | |

%e _ _ _ _ _ _ _ _| |

%e 16 64 |_ _ _ _ _ _ _ _ _|

%e ...

%Y Cf. A008586 (upper bounds).

%Y Cf. A237271 (number of parts or regions).

%Y Cf. A340833 (number of vertices).

%Y Cf. A340846 (number of edges).

%Y Cf. A239931-A239934 (illustration of first 32 diagrams).

%Y Cf. A000203, A139250, A174973, A196020, A235791, A236104, A237270, A237271, A237591, A237593, A238443, A239660, A245092, A262259, A262626, A279029, A279228, A348854.

%K nonn,more

%O 1,1

%A _Omar E. Pol_, Oct 30 2021