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!)
A277347 a(n) = Product_{k=1..n} (2*k*(k-1)+1). 1
1, 5, 65, 1625, 66625, 4064125, 345450625, 39035920625, 5660208490625, 1024497736803125, 226413999833490625, 59999709955875015625, 18779909216188879890625, 6854666863908941160078125, 2885814749705664228392890625, 1388076894608424493856980390625, 756501907561591349152054312890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Fang (see link) proves that a(n) is never a square for n > 1.
LINKS
FORMULA
a(n) ~ cosh(Pi/2) * 2^(n+1) * n^(2*n) / exp(2*n). - Vaclav Kotesovec, Oct 10 2016
a(n) = 2^n * |Gamma(1/2 + i/2 + n)|^2 * cosh(Pi/2)/Pi. - Vladimir Reshetnikov, Oct 11 2016
E.g.f.: 2F0((1-i)/2,(1+i)/2; ; 2*x). - Benedict W. J. Irwin, Oct 19 2016
a(n) = 2^(-1 + n)*Pochhammer(3/2 - i/2, -1 + n)*Pochhammer(3/2 + i/2, -1 + n), for n>=1. - Antonio Graciá Llorente, Sep 10 2023
MATHEMATICA
Table[Product[(2*k*(k-1)+1), {k, 1, n}], {n, 1, 20}] (* Vaclav Kotesovec, Oct 10 2016 *)
Round@Table[2^n Abs[Gamma[1/2 + I/2 + n]]^2 Cosh[Pi/2]/Pi, {n, 1, 20}] (* Vladimir Reshetnikov, Oct 11 2016 *)
Rest@(CoefficientList[Series[HypergeometricPFQ[{1/2 - I/2, 1/2 + I/2}, {}, 2 x], {x, 0, 20}], x]*Range[0, 20]!) (* Benedict W. J. Irwin, Oct 19 2016 *)
PROG
(PARI) a(n) = prod(k=1, n, 2*k*(k-1)+1);
CROSSREFS
Cf. A001844.
Sequence in context: A234295 A370261 A251575 * A276755 A346115 A218221
KEYWORD
nonn
AUTHOR
Michel Marcus, 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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)