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 A129205 #8 Apr 30 2014 01:34:23 %S A129205 1,5,0,2295,453871,0,545539395584,4883188189089105,0, %T A129205 14214363393075742724609375,5968603205606800870499639536231,0, %U A129205 41302584753289717847206700750464023881130441 %N A129205 From Wendt's determinant compute (A048954(2*n)/(1-4^n))^(1/2). %D A129205 P. Ribenboim, 13 Lectures on Fermat's last theorem, Springer-Verlag, NY, 1979, page 62. MR0551363 (81f:10023) %F A129205 a(n)=0 if and only if n is divisible by 3. %F A129205 a(n) = A215615(2*n). - _Jonathan Sondow_, Aug 17 2012 %o A129205 (PARI) {a(n)= if(n<1, 0, n*=2; sqrtint( matdet( matrix( n, n, i, j, binomial( n, (j-i)%n )))/ (1-2^n)))} %Y A129205 Cf. A048954, A215615, A215616. %K A129205 nonn %O A129205 1,2 %A A129205 _Michael Somos_, Apr 03 2007