login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203589 Vandermonde sequence using x^2 + y^2 applied to (1,3,5,...,2n-1). 3

%I #12 Sep 08 2023 04:47:36

%S 1,10,8840,1897064000,192924579369600000,

%T 15340654595434137315840000000,

%U 1423341281300698059502838358528000000000000,215088732628531399592688671811428988579913728000000000000000

%N Vandermonde sequence using x^2 + y^2 applied to (1,3,5,...,2n-1).

%C See A093883 for a discussion and guide to related sequences.

%F a(n) ~ 2^(3*n^2/2 - 3*n/2 - 3/8) * n^(n*(n-1)) / exp((6 - Pi)*n^2/4 - n + Pi/48). - _Vaclav Kotesovec_, Sep 08 2023

%t f[j_] := 2 j - 1; z = 12;

%t v[n_] := Product[Product[f[j]^2 + f[k]^2, {j, 1, k - 1}], {k, 2, n}]

%t Table[v[n], {n, 1, z}] (* A203589 *)

%t Table[v[n + 1]/v[n], {n, 1, z}] (* A203590 *)

%t Table[Product[(2*k - 1)^2 + (2*j - 1)^2, {k, 1, n}, {j, 1, k-1}], {n, 1, 10}] (* _Vaclav Kotesovec_, Sep 08 2023 *)

%Y Cf. A293290, A324403.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jan 04 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)