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

A350393 Smallest degree of x with the largest coefficient in Product_{k=1..n} (1 + x^k).

Original entry on oeis.org

0, 0, 0, 3, 3, 5, 9, 12, 18, 21, 27, 33, 39, 45, 52, 60, 68, 76, 85, 95, 105, 115, 126, 138, 150, 162, 175, 189, 203, 217, 232, 248, 264, 280, 297, 315, 333, 351, 370, 390, 410, 430, 451, 473, 495, 517, 540, 564, 588, 612, 637, 663, 689, 715, 742, 770, 798, 826, 855, 885, 915, 945, 976
Offset: 0

Views

Author

Max Alekseyev, Dec 28 2021

Keywords

Comments

Apparently, a(n) = A011848(n+1) for n >= 10. - Hugo Pfoertner, Dec 30 2021

Crossrefs

Cf. A025591 (largest coefficient), A350394 (largest degree of x), A350395, A350396.
Cf. A011848.

Programs

  • PARI
    { A350393(n) = my(v,t,x='x); v = Vecrev(prod(k=1,n,1+x^k)); vecmax(v,&t); t-1; }

A350395 Numbers m such that a term with the largest coefficient in Product_{k=1..m} (1 + x^k) is unique.

Original entry on oeis.org

0, 3, 8, 11, 12, 15, 16, 19, 20, 23, 24, 27, 28, 31, 32, 35, 36, 39, 40, 43, 44, 47, 48, 51, 52, 55, 56, 59, 60, 63, 64, 67, 68, 71, 72, 75, 76, 79, 80, 83, 84, 87, 88, 91, 92, 95, 96, 99, 100, 103, 104, 107, 108, 111, 112, 115, 116, 119, 120, 123, 124, 127, 128, 131, 132, 135, 136, 139, 140, 143, 144, 147, 148, 151, 152, 155, 156, 159, 160, 163, 164, 167, 168, 171, 172, 175, 176, 179, 180, 183, 184, 187, 188, 191, 192, 195, 196
Offset: 1

Views

Author

Max Alekseyev, Dec 28 2021

Keywords

Comments

Numbers m such that A350393(m) = A350394(m).
Apparently, a(n) = A014601(n+1) for n >= 3. - Hugo Pfoertner, Dec 30 2021

Crossrefs

Complement of A350396.
Cf. A025591 (largest coefficient), A350393, A350394.
Cf. A014601.

A350396 Numbers m such that there are two or more terms with the largest coefficient in Product_{k=1..m} (1 + x^k).

Original entry on oeis.org

1, 2, 4, 5, 6, 7, 9, 10, 13, 14, 17, 18, 21, 22, 25, 26, 29, 30, 33, 34, 37, 38, 41, 42, 45, 46, 49, 50, 53, 54, 57, 58, 61, 62, 65, 66, 69, 70, 73, 74, 77, 78, 81, 82, 85, 86, 89, 90, 93, 94, 97, 98, 101, 102, 105, 106, 109, 110, 113, 114, 117, 118, 121, 122, 125, 126, 129, 130, 133, 134, 137, 138, 141, 142, 145, 146, 149, 150, 153, 154, 157, 158, 161, 162, 165, 166, 169, 170, 173, 174, 177, 178
Offset: 1

Views

Author

Max Alekseyev, Dec 28 2021

Keywords

Comments

Numbers m such that A350393(m) < A350394(m).
Apparently, a(n) = A042963(n-2) for n >= 7. - Hugo Pfoertner, Dec 30 2021

Crossrefs

Complement of A350395.
Cf. A025591 (largest coefficient), A350393, A350394.
Cf. A042963.

A379564 Largest degree of x with the largest coefficient in Product_{k=1..n} (1 + x^prime(k)).

Original entry on oeis.org

0, 2, 5, 5, 12, 23, 23, 40, 42, 58, 71, 87, 108, 124, 144, 165, 191, 220, 252, 287, 321, 356, 398, 437, 483, 530, 581, 632, 686, 740, 797, 860, 926, 994, 1064, 1138, 1214, 1292, 1374, 1457, 1544, 1633, 1724, 1819, 1916, 2014, 2114, 2219, 2331, 2444, 2559, 2675, 2795, 2915, 3041, 3169
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 26 2024

Keywords

Crossrefs

Showing 1-4 of 4 results.