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.

A052144 a(n) = A000172(n)^2.

Original entry on oeis.org

1, 4, 100, 3136, 119716, 5071504, 230553856, 11016601600, 546360462244, 27888242788624, 1456587070867600, 77515424509446400, 4189899499315360000, 229472379264509977600, 12709952101698593689600, 710863065714510068187136
Offset: 0

Views

Author

N. J. A. Sloane, Jan 23 2000

Keywords

References

  • R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see page 191.

Crossrefs

Cf. A000172.

Programs

Formula

P-recursive: P(n-1)*n^4*a(n) = P(n)*Q(n)*a(n-1) + 8*P(n-1)*Q(n)*a(n-2) - 512*P(n)*(n-2)^4*a(n-3), where P(n) = 7*n^2 - 7*n + 2 and Q(n) = 57*n^4 - 228*n^3 + 321*n^2 - 186*n + 40 with a(0) = 1, a(1) = 4 and a(2) = 100. - Peter Bala, Feb 01 2024
a(n) ~ 2^(6*n+2) / (3*Pi^2*n^2). - Vaclav Kotesovec, Feb 02 2024