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 A283048 #13 Jan 30 2023 14:06:02 %S A283048 1,720,3246670537110000,101097362223624462291180422369532000000, %T A283048 11820969246826954556547676599863670334721199951925900837836206749590000 %N A283048 a(n) = (6*n^2)!/((n^2)!^6). %C A283048 For n >= 1, a(n) is the number of possible combinations of an n X n X n Rubik's cube with randomly placed stickers. %H A283048 Wikipedia, <a href="https://en.wikipedia.org/wiki/Rubik's_Cube">Rubik's Cube</a>. %F A283048 a(n) = (6*n^2)!/((n^2)!^6). %t A283048 Table[(6*n^2)!/(n^2)!^6, {n, 0, 4}] %o A283048 (Magma) [Factorial(6*n^2)/Factorial(n^2)^6: n in [0..4]]; %o A283048 (PARI) a(n)=(6*n^2)!/(n^2)!^6; %Y A283048 Cf. A201555. %K A283048 nonn,easy %O A283048 0,2 %A A283048 _Arkadiusz Wesolowski_, Feb 27 2017