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.

A067454 Binomial(a,b) where a = n! and b = sum of first n natural numbers.

Original entry on oeis.org

1, 1, 0, 1, 1961256, 4730523156632595024, 14714642085645788453359573419196194379200, 141671570521482692258866117076218807527442238234361038404229857860891009480
Offset: 0

Views

Author

Amarnath Murthy, Feb 05 2002

Keywords

Comments

Terms from Robert G. Wilson v.

Crossrefs

Programs

Formula

From Vaclav Kotesovec, May 29 2025: (Start)
a(n) ~ n!^(n*(n+1)/2) / (n*(n+1)/2)!.
a(n) ~ 2^(3*n^2/4 + 3*n/4) * Pi^(n^2/4 + n/4 - 1/2) * n^(n^3/2 - n^2/4 - 3*n/4 - 1) / exp(n^3/2 - n/24 + 5/24). (End)