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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203677 Vandermonde sequence using x^2 + y^2 applied to (1,4,9,...,n^2). 4
1, 17, 135218, 3185418047264, 795022479172023183220864, 5554004683279652358469137440150614769664, 2378852972988348412358457063032448409092378064835941488918528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A093883 for a discussion and guide to related sequences.
LINKS
FORMULA
a(n) ~ c * 2^(n^2/2 - 1) * (1 + sqrt(2))^(n*(n+1)/sqrt(2)) * exp((Pi/2^(3/2) - 3)*n^2 + (Pi/2^(3/2) + 2)*n) * n^(2*n^2 - 2*n - 3/2), where c = 0.154147406559582639039828423669556073435424655001221440918550218582474208... - Vaclav Kotesovec, Sep 08 2023
MATHEMATICA
f[j_] := j^2; z = 12;
u[n_] := Product[f[j]^2 + f[k]^2, {j, 1, k - 1}]
v[n_] := Product[u[n], {k, 2, n}]
Table[v[n], {n, 1, z}] (* A203677 *)
Table[v[n + 1]/v[n], {n, 1, z}] (* A203678 *)
CROSSREFS
Cf. A324437.
Sequence in context: A046883 A046884 A269442 * A099499 A051157 A177918
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 04 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 December 5 05:37 EST 2023. Contains 367575 sequences. (Running on oeis4.)