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.

A379353 Connected domination number of the n-triangular grid graph.

Original entry on oeis.org

1, 1, 2, 4, 6, 8, 10, 13, 17, 20, 23, 28, 32, 37, 41, 47, 52
Offset: 0

Views

Author

Andrew Howroyd, Dec 27 2024

Keywords

Crossrefs

Formula

a(n) >= floor((n^2 + 3*n + 10)/6) for n >= 3.
a(n) ~ n^2/6.