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.
%I A158362 #14 Sep 04 2025 01:52:59 %S A158362 56,17550,7624512,4690625500,3945414736440,4376415781435698, %T A158362 6208116950265950720,10979605475032835080440, %U A158362 23706860441577319154916000,61404775345409777291865554700,187991090980490068224949481365440,671717955659404316014035382352467320,2770857769348298462538364986825666737296 %N A158362 a(n) = binomial((n+1)^3,n+2). %C A158362 a(0) would be 0. - _Michel Marcus_, Aug 17 2013 %H A158362 Vincenzo Librandi, <a href="/A158362/b158362.txt">Table of n, a(n) for n = 1..200</a> %F A158362 a(n) ~ n^(2*n + 7/2) * exp(n + 3 - 2/n) / sqrt(2*Pi). - _Amiram Eldar_, Sep 04 2025 %t A158362 Table[(Binomial[(n + 1)^3, n + 2]), {n, 1, 20}] (* _Vincenzo Librandi_, Aug 17 2013 *) %o A158362 (PARI) a(n) = binomial((n+1)^3,n+2); \\ _Michel Marcus_, Aug 17 2013 %K A158362 nonn,changed %O A158362 1,1 %A A158362 _Karol A. Penson_, Mar 17 2009