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.

A372935 New record minima in A071961, divided by 2 and negated.

Original entry on oeis.org

0, 1, 2, 4, 8, 11, 12, 13, 16, 19, 27, 29, 30, 34, 41, 50, 52, 56, 69, 77, 79, 81, 85, 101, 113, 115, 122, 134, 138, 149, 150, 160, 174, 177, 186, 202, 206, 210, 214, 215, 221, 240, 255, 263, 284, 314, 330, 337, 342, 358, 364, 370, 393, 424, 438, 448, 486, 506, 548, 562, 582, 626
Offset: 1

Views

Author

Hugo Pfoertner, May 17 2024

Keywords

Crossrefs

A372936 gives the corresponding positions in A071961.

Programs

  • PARI
    a372935(nmax) = {my (m=oo); for (n=0, nmax, my (s=sum (k=0, n, kronecker(n,k))); if (s