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-1 of 1 results.

A350928 {Partial sums of A095258} + 2.

Original entry on oeis.org

3, 6, 8, 12, 18, 27, 54, 72, 80, 85, 102, 136, 204, 216, 240, 250, 275, 286, 299, 322, 329, 376, 470, 705, 720, 736, 768, 816, 867, 1156, 1734, 1836, 1872, 1898, 1971, 2190, 2220, 2240, 2254, 2300, 2350, 2820, 2880, 2920, 3066, 3087, 3136, 3164, 3277, 3306, 3325
Offset: 1

Views

Author

Michael De Vlieger, Jan 23 2022

Keywords

Comments

Let A095258(n) = m | a(n) such that m is minimal and distinct in A095258.

Crossrefs

Programs

  • Mathematica
    c[_] = 0; j = c[1] = 1; s = 3; Reap[Do[d = Divisors[s]; k = 1; While[c[d[[k]]] > 0, k++]; Set[k, d[[k]]]; Set[c[k], i]; Sow[s]; j = k; s += k, {i, 2, 52}]][[-1, -1]]

Formula

a(n) = A095258(n) * A350929(n).
Showing 1-1 of 1 results.