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!)
A349071 a(n) = T(n, 2*n), where T(n, x) is the Chebyshev polynomial of the first kind. 6
1, 2, 31, 846, 32257, 1580050, 94558751, 6686381534, 545471324161, 50428155189474, 5210183616019999, 594949288292777902, 74404881332329766401, 10114032809617941274226, 1484781814660796486716447, 234114571438498509048719550, 39459584112457284328544403457 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Chebyshev Polynomial of the First Kind.
FORMULA
a(n) = cosh(n*arccosh(2*n)).
a(n) = ((2*n + sqrt(4*n^2-1))^n + (2*n - sqrt(4*n^2-1))^n)/2.
a(n) ~ 2^(2*n-1) * n^n.
MATHEMATICA
Table[ChebyshevT[n, 2*n], {n, 0, 20}]
PROG
(PARI) a(n) = polchebyshev(n, 1, 2*n); \\ Michel Marcus, Nov 07 2021
(Python)
from sympy import chebyshevt
def A349071(n): return chebyshevt(n, n<<1) # Chai Wah Wu, Nov 08 2023
CROSSREFS
Sequence in context: A024235 A010789 A333349 * A224863 A263075 A217766
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 07 2021
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 May 1 16:12 EDT 2024. Contains 372175 sequences. (Running on oeis4.)