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!)
A360936 Triangle read by rows: T(n,k) is the k-th Lie-Betti number of the ladder graph on 2*n vertices, n >= 2, k >= 0. 5

%I #21 May 04 2024 09:23:43

%S 1,2,2,1,1,4,14,25,28,25,14,4,1,1,6,32,89,204,357,437,437,357,204,89,

%T 32,6,1,1,8,54,207,680,1650,3201,5310,6993,7508,6993,5310,3201,1650,

%U 680,207,54,8,1

%N Triangle read by rows: T(n,k) is the k-th Lie-Betti number of the ladder graph on 2*n vertices, n >= 2, k >= 0.

%H Marco Aldi and Samuel Bevins, <a href="https://arxiv.org/abs/2212.13608">L_oo-algebras and hypergraphs</a>, arXiv:2212.13608 [math.CO], 2022. See page 9.

%H Meera G. Mainkar, <a href="https://arxiv.org/abs/1310.3414">Graphs and two step nilpotent Lie algebras</a>, arXiv:1310.3414 [math.DG], 2013. See page 1.

%H Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LadderGraph.html">Ladder Graph</a>.

%e Triangle begins:

%e k=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

%e n=1: 1 2 2 1

%e n=2: 1 4 14 25 28 25 14 4 1

%e n=3: 1 6 32 89 204 357 437 437 357 204 89 32 6 1

%e n=4: 1 8 54 207 680 1650 3201 5310 6993 7508 6993 5310 3201 1650 680 207 54

%e ...

%o (SageMath) # uses[betti_numbers, LieAlgebraFromGraph from A360571]

%o def A360936(n):

%o return betti_numbers(LieAlgebraFromGraph(graphs.LadderGraph(n)))

%Y Cf. A360571 (path graph), A360572 (cycle graph), A088459 (star graph), A360625 (complete graph), A360937 (wheel graph)

%K nonn,more,tabf

%O 1,2

%A _Samuel J. Bevins_, Feb 26 2023

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 September 8 08:54 EDT 2024. Contains 375753 sequences. (Running on oeis4.)