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!)
A334089 a(n) = sqrt(A334088(n)/2^(n-1)). 3
1, 2, 13, 272, 18281, 3944920, 2732887529, 6077512159232, 43384923739812577, 994156445200670735008, 73125714588602035608260981, 17265651822746410593596262486016, 13085551252412040683513520733767180041, 31834381760532514451976501491991780699626368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Wikipedia, Resultant
FORMULA
a(n) ~ exp(2*G*n^2/Pi) / 2^(3*n/2 - 5/8), where G is Catalan's constant A006752. - Vaclav Kotesovec, Apr 14 2020
MATHEMATICA
Table[Resultant[ChebyshevT[2*n, x/2], ChebyshevT[2*n, I*x/2], x]^(1/4) / 2^((n-1)/2), {n, 1, 15}] (* Vaclav Kotesovec, Apr 14 2020 *)
PROG
(PARI) {a(n) = sqrtint(sqrtint(polresultant(polchebyshev(2*n, 1, x/2), polchebyshev(2*n, 1, I*x/2)))/2^(n-1))}
CROSSREFS
Sequence in context: A134296 A086510 A356493 * A326360 A123113 A126742
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 14 2020
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)