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.

A375499 a(n) is the smallest number of straight lines needed to intersect all points (k, d(k)) for k = 1..n (where d is the sum-of-divisors function A000005).

Original entry on oeis.org

1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11
Offset: 1

Views

Author

Rémy Sigrist and N. J. A. Sloane, Aug 18 2024

Keywords

Examples

			The initial terms, together with an appropriate set of lines, are:
  1 1 [1]
  2 1 [x]
  3 2 [2, x]
  4 2 [2, (2/3)*x + 1/3]
  5 2 [2, (2/3)*x + 1/3]
  6 3 [2, 2*x - 8, (2/3)*x + 1/3]
  7 3 [2, 2*x - 8, (2/3)*x + 1/3]
  8 3 [2, 4, (2/3)*x + 1/3]
  9 4 [2, 3, 4, x]
  10 4 [2, 3, 4, x]
  11 4 [2, 3, 4, x]
  12 4 [2, 3, 4, (5/11)*x + 6/11]
  13 4 [2, 3, 4, (5/11)*x + 6/11]
  14 4 [2, 3, 4, (5/11)*x + 6/11]
  15 4 [2, 3, 4, (5/11)*x + 6/11]
  16 5 [2, 3, 4, 4*x - 42, (4/15)*x + 11/15]
  17 5 [2, 3, 4, 4*x - 42, (4/15)*x + 11/15]
  18 5 [2, 3, 4, 6, (4/15)*x + 11/15]
		

Crossrefs

Suggested by A373811 and A375420.

Programs

  • PARI
    \\ See Links section.

Extensions

Terms a(30) onward from Max Alekseyev, Aug 18 2024