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!)
A203754 Square root of A203753(n). 3
1, 1, 6, 12, 147, 441, 8112, 32448, 796005, 3980025, 122054688, 732328128, 26950548807, 188653841649, 8099902347264, 64799218778112, 3179644775178921, 28616802976610289, 1579734079664832000, 15797340796648320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
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
Cf. A093883.
Sequence in context: A070020 A308565 A341106 * A002922 A334916 A329929
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 April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)