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.

A134373 a(n) = ((2n)!)^3.

This page as a plain text file.
%I A134373 #13 Apr 22 2025 07:32:43
%S A134373 1,8,13824,373248000,65548320768000,47784725839872000000,
%T A134373 109903340320478724096000000,662559760549147780765974528000000,
%U A134373 9159226129831418921308831875072000000000,262435789155225791087396177124997988352000000000
%N A134373 a(n) = ((2n)!)^3.
%H A134373 Christian Elsholtz, <a href="https://arxiv.org/abs/1604.06903">Golomb’s Conjecture on Prime Gaps</a>, arXiv:1604.06903 [math.NT], 2016.
%H A134373 Christian Elsholtz, <a href="http://www.jstor.org/stable/10.4169/amer.math.monthly.124.4.365">Golomb’s Conjecture on Prime Gaps</a>, The American Mathematical Monthly 124.4 (2017): 365-368.
%t A134373 Table[((2n)!)^(3), {n, 0, 10}]
%t A134373 ((2*Range[0, 10])!)^3 (* _Harvey P. Dale_, Jul 25 2016 *)
%o A134373 (Sage) [factorial(2*n)**3 for n in range(0,9)] # _Stefano Spezia_, Apr 22 2025
%Y A134373 Cf. A000142, A001044, A000442, A036740, A010050, A134366, A134367, A134368, A134369, A134371, A134373, A134374, A134375.
%K A134373 nonn
%O A134373 0,2
%A A134373 _Artur Jasinski_, Oct 22 2007
%E A134373 Definition corrected by _Harvey P. Dale_, Jul 25 2016