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.

A001255 Squares of partition numbers.

Original entry on oeis.org

1, 1, 4, 9, 25, 49, 121, 225, 484, 900, 1764, 3136, 5929, 10201, 18225, 30976, 53361, 88209, 148225, 240100, 393129, 627264, 1004004, 1575025, 2480625, 3833764, 5934096, 9060100, 13823524, 20839225, 31404816, 46812964, 69705801, 102880449, 151536100
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = A000041(n)^2.
a(n) ~ exp(2*Pi*sqrt(2*n/3)) / (48*n^2). - Vaclav Kotesovec, Dec 01 2015
Sum_{n>=1} 1/a(n) = A200089. - Amiram Eldar, May 01 2021
a(n) = A006907(n) + A051748(n) + A051749(n). - R. J. Mathar, Mar 09 2022
a(n) = [(x*y)^n] Product_{k>=1} 1 / ((1 - x^k) * (1 - y^k)). - Ilya Gutkovskiy, Apr 24 2025

Extensions

Extended by Ray Chandler, Nov 14 2005