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.

A374929 Expansion of Sum_{1<=i<=j} q^(i+j)/( (1-q^i)*(1-q^j) )^2.

Original entry on oeis.org

1, 5, 14, 29, 55, 86, 140, 191, 285, 355, 511, 595, 818, 938, 1240, 1356, 1810, 1905, 2471, 2640, 3297, 3410, 4415, 4399, 5495, 5690, 6930, 6895, 8718, 8440, 10416, 10480, 12438, 12220, 15295, 14421, 17435, 17402, 20595, 19670, 24272, 22715, 27433, 26939, 31110, 29716, 36735, 33714, 40180, 39210
Offset: 2

Views

Author

Seiichi Manyama, Jul 24 2024

Keywords

Crossrefs

Programs

  • Mathematica
    A374929[n_] := (7*DivisorSigma[3, n] - (6*n + 1)*DivisorSigma[1, n])/24;
    Array[A374929, 50, 2] (* Paolo Xausa, Jul 24 2024 *)
  • PARI
    a(n) = (7*sigma(n, 3)-(6*n+1)*sigma(n))/24;

Formula

a(n) = (7*sigma_3(n) - (6*n+1)*sigma(n))/24.

A374931 Expansion of Sum_{1<=i<=j<=k<=l} q^(i+j+k+l)/( (1-q^i)*(1-q^j)*(1-q^k)*(1-q^l) )^2.

Original entry on oeis.org

1, 9, 44, 156, 450, 1121, 2508, 5139, 9867, 17831, 30888, 51117, 82212, 127458, 193809, 285702, 415701, 588797, 826803, 1133352, 1545986, 2062203, 2744811, 3579155, 4665375, 5964543, 7638983, 9600392, 12104136, 14992496, 18642996, 22787829, 28006341, 33830697, 41125050, 49183310, 59202486
Offset: 4

Views

Author

Seiichi Manyama, Jul 24 2024

Keywords

Crossrefs

Showing 1-2 of 2 results.