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!)
A277352 a(n) = Product_{k=1..n} (2*k^2+1). 2
1, 3, 27, 513, 16929, 863379, 63026667, 6239640033, 804913564257, 131200910973891, 26371383105752091, 6408246094697758113, 1851983121367652094657, 627822278143634060088723, 246734155310448185614868139, 111277104045012131712305530689 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Guadalupe proves that a(n) is not square for n > 0. - Charles R Greathouse IV, Mar 16 2023
LINKS
Russelle Guadalupe, Squares of the form Product_{k=1..n} (2k^2+l) with l odd, arXiv:2201.00501 [math.NT], 2022.
FORMULA
a(n) ~ 2^(n+3/2) * n^(2*n+1) * sinh(Pi/sqrt(2)) / exp(2*n).
MATHEMATICA
Table[Product[2*k^2+1, {k, 1, n}], {n, 0, 15}]
PROG
(PARI) a(n)=prod(k=1, n, 2*k^2+1) \\ Charles R Greathouse IV, Mar 16 2023
CROSSREFS
Sequence in context: A286306 A285239 A111844 * A118714 A089506 A370578
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 10 2016
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 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)