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!)
A203752 Vandermonde sequence using x^2 - xy + y^2 applied to (0,1,1,2,2,...,floor(n/2)). 4
1, 1, 1, 36, 5184, 112021056, 21785966991936, 1433615623503400157184, 1509414758014670876688343105536, 956401356293432867934306416285626820198400, 15149970368698147242050701825966625432586471604224000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
See A093883 for a discussion and guide to related sequences.
LINKS
MATHEMATICA
f[j_] := Floor[j/2]; z = 20;
u := Product[f[j]^2 - f[j] f[k] + f[k]^2, {j, 1, k - 1}]
v[n_] := Product[u, {k, 2, n}]
Table[v[n], {n, 1, z}] (* A203752 *)
Table[v[n + 1]/v[n], {n, 1, z}] (* A203753 *)
Table[Sqrt[v[n + 1]/v[n]], {n, 1, z}] (* A203754 *)
CROSSREFS
Sequence in context: A189148 A270506 A299698 * A184135 A275050 A222336
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 05 2012
STATUS
approved

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 May 7 01:48 EDT 2024. Contains 372298 sequences. (Running on oeis4.)