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!)
A349076 a(n) = U(n, 3*n), where U(n, x) is the Chebyshev polynomial of the second kind. 5
1, 6, 143, 5796, 330049, 24192090, 2168392031, 229755926568, 28093745899009, 3893604149949966, 603151411514453999, 103272803655639197580, 19367259480582106560193, 3947962681769909551857186, 869179946261864224288867775, 205535515565731164929726435280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for k>=1, U(n, k*n) ~ 2^n * k^n * n^n.
LINKS
Eric Weisstein's World of Mathematics, Chebyshev Polynomial of the Second Kind.
FORMULA
a(n) = ((3*n + sqrt(9*n^2-1))^(n+1) - (3*n - sqrt(9*n^2-1))^(n+1)) / (2*sqrt(9*n^2-1)).
a(n) ~ 6^n * n^n.
MATHEMATICA
Table[ChebyshevU[n, 3*n], {n, 0, 20}]
PROG
(PARI) a(n) = polchebyshev(n, 2, 3*n); \\ Michel Marcus, Nov 07 2021
CROSSREFS
Sequence in context: A277419 A349069 A111839 * A037049 A196811 A200457
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 July 6 02:01 EDT 2024. Contains 374030 sequences. (Running on oeis4.)