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.

A177233 a(n) = determinant of n X n circulant matrix whose first row consists of the first n positive cubes.

This page as a plain text file.
%I A177233 #6 Jul 22 2025 08:00:25
%S A177233 1,-63,19548,-16772800,30639466125,-102246541593840,
%T A177233 563353842016350448,-4769009964086911303680,
%U A177233 58776044218330627534385025,-1011412682021947060157500000000,23501115057383512064004090511345788,-717470258224423085595445968714004955136
%N A177233 a(n) = determinant of n X n circulant matrix whose first row consists of the first n positive cubes.
%F A177233 a(n) = (-1)^(n-1)*(n+1)^2*n^(n-2)*(n^(2n)-b(n)^n-c(n)^n+(n^2+3n+3)^n)/24
%F A177233 where
%F A177233 b(n)=(2*n^2+3*n-3+sqrt(15n^2+18n-9)i)/2 and
%F A177233 c(n)=(2*n^2+3*n-3-sqrt(15n^2+18n-9)i)/2
%e A177233 a(3) = 19548 = determinant
%e A177233 |1, 8, 27|
%e A177233 |27, 1, 8|
%e A177233 |8, 27, 1|
%t A177233 f[n_] := Det[ Table[ RotateLeft[ Range@ n^3, -j], {j, 0, n - 1}]]; Array[f, 12] (* _Robert G. Wilson v_, Aug 31 2014 *)
%Y A177233 Cf. A118709
%K A177233 easy,sign
%O A177233 1,2
%A A177233 Missouri State University Problem-Solving Group (MSUPSG(AT)MissouriState.edu), May 05 2010