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.

Showing 1-2 of 2 results.

A322343 Number of equivalence classes of convex lattice polygons of genus n.

Original entry on oeis.org

16, 45, 120, 211, 403, 714, 1023, 1830, 2700, 3659, 6125, 8101, 11027, 17280, 21499, 28689, 43012, 52736, 68557, 97733, 117776, 152344, 209409, 248983, 319957, 420714, 497676, 641229, 813814, 957001, 1214030, 1525951, 1774058, 2228111, 2747973, 3184761
Offset: 1

Views

Author

Hugo Pfoertner, Dec 04 2018

Keywords

Examples

			a(1) = 16 because there are 16 equivalence classes of lattice polygons having exactly 1 interior lattice point. See Pfoertner link.
		

Crossrefs

Extensions

a(31) onwards from Justus Springer, Oct 25 2024

A322345 Maximal number of vertices of a convex lattice polygon containing n lattice points in its interior.

Original entry on oeis.org

4, 6, 6, 6, 8, 7, 8, 9, 8, 8, 10, 9, 9, 10, 10, 10, 10, 11, 10, 12, 12, 12, 11, 11, 12, 12, 12, 13, 12, 12, 13, 13, 13, 13, 14, 14, 13, 13, 14, 14, 14, 14, 14, 14, 14, 15, 14, 15, 15, 15, 15, 15, 16, 15, 16, 15, 16, 16, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 16, 17, 17, 16, 17, 17
Offset: 0

Views

Author

Hugo Pfoertner, Dec 04 2018

Keywords

Comments

This is an inverse of A063984 in the following sense: A063984(k) = min {n : a(n)>=k}. Thus a(n) grows roughly like const*n^(1/3). - Günter Rote, Sep 19 2023

Crossrefs

Programs

  • Python
    # See the Python program in the links section.

Extensions

a(0) added by Andrey Zabolotskiy, Dec 29 2021
Name clarified by Günter Rote, Sep 18 2023
a(31) onwards from Günter Rote, Oct 01 2023
Showing 1-2 of 2 results.