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.

A318481 Expansion of Product_{i>=1, j>=1, k>=1} 1/(1 - i*j*k*x^(i*j*k)).

Original entry on oeis.org

1, 1, 7, 16, 64, 133, 465, 1008, 3023, 6695, 18206, 40175, 103229, 225470, 549873, 1194620, 2801742, 6015042, 13686306, 29063919, 64424496, 135362432, 293512852, 610061141, 1298516539, 2670738781, 5591712472, 11388116508, 23499720744, 47403692965, 96564236754
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 27 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[Product[Product[1/(1-i*j*k*x^(i*j*k)), {i, 1, nmax}], {j, 1, nmax}], {k, 1, nmax}], {x, 0, nmax}], x]
Showing 1-1 of 1 results.