login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020540 8^(n+1)-2^(n+2). 0
4, 56, 496, 4064, 32704, 262016, 2096896, 16776704, 134216704, 1073739776, 8589930496, 68719468544, 549755797504, 4398046478336, 35184372023296, 281474976579584, 2251799813423104, 18014398508957696, 144115188074807296 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Third Chebyshev polynomial second kind evaluated at 2^n.

LINKS

Index entries for sequences related to Chebyshev polynomials.

FORMULA

G.f.: 4(1+4x)/(1-10x+16x^2).

EXAMPLE

U_3(x)=8x^3-4x so U_3(2^n)=8(2^n)^3-4(2^n)=8^(n+1)-2^(n+2).

MAPLE

with(orthopoly):seq(U(3, 2^i), i=0..24);

MATHEMATICA

Table[ChebyshevU[3, 2^n], {n, 1, 40}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 03 2009]

PROG

(PARI) a(n)=if(n<0, 0, 8^(n+1)-2^(n+2))

CROSSREFS

Sequence in context: A201620 A204108 A077122 * A101540 A026740 A191466

Adjacent sequences:  A020537 A020538 A020539 * A020541 A020542 A020543

KEYWORD

nonn

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.