Search: id:A066933 Results 1-1 of 1 results found. %I A066933 %S A066933 2,5,70,1275,97748,2713585,251983958,9651414311,1137214908700,268100912462097, %T A066933 16553358418854560,4303513869962179379,602501593820064477686, %U A066933 50199332236439321779977,7847812115804566640572424,2754406130856424049914030863 %V A066933 2,-5,-70,1275,97748,-2713585,-251983958,9651414311,1137214908700,-268100912462097, %W A066933 -16553358418854560,4303513869962179379,602501593820064477686, %X A066933 -50199332236439321779977,-7847812115804566640572424,2754406130856424049914030863 %N A066933 Determinant of n X n matrix whose rows are cyclic permutations of 2..Prime(n). %e A066933 a(3) = -70 because this is the determinant of [(2,3,5), (3,5,2), (5,2, 3)] %t A066933 f[ n_ ] := Module[ {a = Table[ Prime[ i ], {i, 1, n} ], m = {}, k = 0}, While[ k < n, m = Append[ m, RotateLeft[ a, k ] ]; k++ ]; Det[ m ] ]; Table[ f[ n ], {n, 1, 16} ] %Y A066933 Cf. A052182. %Y A066933 Sequence in context: A076630 A086560 A133004 this_sequence A132496 A100009 A167218 %Y A066933 Adjacent sequences: A066930 A066931 A066932 this_sequence A066934 A066935 A066936 %K A066933 easy,sign %O A066933 1,1 %A A066933 Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 24 2002 Search completed in 0.006 seconds