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.

A316150 Inverse Weigh transform of n^2.

Original entry on oeis.org

1, 4, 5, 5, -6, -12, -4, 34, 56, 1, -158, -267, 56, 874, 1234, -691, -4966, -5796, 6132, 28411, 26932, -46687, -162814, -117746, 332350, 929348, 454328, -2278344, -5259270, -1250947, 15199212, 29375294, -1279006, -99217863, -161079712, 60427836, 635914664
Offset: 1

Views

Author

Seiichi Manyama, Jun 25 2018

Keywords

Examples

			(1+x)*(1+x^2)^4*(1+x^3)^5*(1+x^4)^5*(1+x^5)^(-6)* ... = 1 + x + 4*x^2 + 9*x^3 + 16*x^4 + 25*x^5 + ... .
		

Crossrefs

Formula

Product_{k>=1} (1+x^k)^a(k) = 1 + Sum_{k>=1} A000290(k)*x^k.