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.

Previous Showing 11-12 of 12 results.

A363275 Expansion of 1 / Sum_{k>=0} x^(k*(3*k - 2)).

Original entry on oeis.org

1, -1, 1, -1, 1, -1, 1, -1, 0, 1, -2, 3, -4, 5, -6, 7, -7, 6, -4, 1, 3, -9, 16, -24, 32, -39, 44, -46, 44, -35, 18, 8, -43, 86, -135, 187, -238, 280, -304, 300, -259, 171, -28, -174, 435, -746, 1088, -1431, 1736, -1952, 2017, -1864, 1425, -641, -527, 2086, -4002
Offset: 0

Views

Author

Ilya Gutkovskiy, May 25 2023

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 56; CoefficientList[Series[1/Sum[x^(k (3 k - 2)), {k, 0, nmax}], {x, 0, nmax}], x]

A320119 Expansion of Product_{k>0} 1/(Sum_{m>=0} x^(k*m^2)).

Original entry on oeis.org

1, -1, 0, -1, 0, 1, -1, 2, -2, 0, 4, -5, 6, -7, 5, 3, -14, 22, -29, 23, 1, -27, 57, -92, 96, -50, -38, 157, -281, 341, -270, 57, 304, -777, 1156, -1175, 695, 357, -1897, 3447, -4274, 3677, -1045, -3723, 9521, -14161, 15044, -9633, -3494, 22711, -42509, 54373, -48146
Offset: 0

Views

Author

Seiichi Manyama, Oct 06 2018

Keywords

Crossrefs

Formula

Convolution inverse of A300446.
Previous Showing 11-12 of 12 results.