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.

A369181 a(n) = (n^3-1)!.

This page as a plain text file.
%I A369181 #9 Jan 20 2024 09:34:40
%S A369181 1,5040,403291461126605635584000000,
%T A369181 1982608315404440064116146708361898137544773690227268628106279599612729753600000000000000
%N A369181 a(n) = (n^3-1)!.
%F A369181 a(n) = (2*Pi)^(1/2 - n^2/2)*(n^2)^(n^3 - 1/2)*Product_{j=0..n^2-1} Gamma(n + j/n^2).
%F A369181 a(n) = A000142(A068601(n)).
%p A369181 seq((n^3-1)! , n = 1..4);
%Y A369181 Cf. A000142, A068601, A256511.
%K A369181 nonn
%O A369181 1,2
%A A369181 _Karol A. Penson_, Jan 15 2024