OFFSET
3,1
COMMENTS
Sequence T(n,3) in A360572.
LINKS
M. Aldi and S. Bevins, L_oo-algebras and hypergraphs, arXiv:2212.13608 [math.CO], 2022. See page 9.
M. Mainkar, Graphs and two step nilpotent Lie algebras, arXiv:1310.3414 [math.DG], 2013. See page 1.
Eric Weisstein's World of Mathematics, Cycle Graph.
FORMULA
PROG
(Python)
def A363378(n):
values = [12, 25, 41]
for i in range(6, n+1):
result = (i*(i+11)*(i-2))/6
values.append(result)
return values
CROSSREFS
KEYWORD
nonn
AUTHOR
Samuel J. Bevins, Jun 01 2023
STATUS
approved