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.

A085530 a(n) = (2n+1)^(2n).

This page as a plain text file.
%I A085530 #25 Sep 08 2022 08:45:11
%S A085530 1,9,625,117649,43046721,25937424601,23298085122481,29192926025390625,
%T A085530 48661191875666868481,104127350297911241532841,
%U A085530 278218429446951548637196401,907846434775996175406740561329,3552713678800500929355621337890625,16423203268260658146231467800709255289
%N A085530 a(n) = (2n+1)^(2n).
%C A085530 a(n)/4^n is the square of the determinant of a (2*n+1) X (2*n+1) matrix with elements M(j,k) = cos(Pi*j*k/n). See the MathOverflow link. - _Hugo Pfoertner_, Sep 18 2021
%H A085530 Vincenzo Librandi, <a href="/A085530/b085530.txt">Table of n, a(n) for n = 0..190</a>
%H A085530 Zhi-Wei Sun, Fedor Petrov, <a href="https://mathoverflow.net/questions/321098/">A surprising identity</a>, discussion in MathOverflow, Jan 17 2019.
%F A085530 From _Mathew Englander_, Aug 14 2020: (Start)
%F A085530 a(n) = A085527(n)^2.
%F A085530 a(n) = A085529(n)/(2*n + 1).
%F A085530 (End)
%F A085530 From _Alois P. Heinz_, Aug 14 2020: (Start)
%F A085530 a(n) = A016754(n)^n.
%F A085530 a(n) = A005408(n)^A005843(n). (End)
%t A085530 Table[(2 n + 1)^(2 n), {n, 0, 20}] (* _Vincenzo Librandi_, Feb 26 2013 *)
%o A085530 (Magma) [(2*n+1)^(2*n): n in [0..13]]; // _Vincenzo Librandi_, Feb 26 2013
%Y A085530 Cf. A005408, A005843, A016754, A085527, A085529.
%K A085530 nonn,easy
%O A085530 0,2
%A A085530 _N. J. A. Sloane_, Jul 05 2003