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!)
A081278 Binomial transform of Chebyshev polynomial coefficients A001793. 3
1, 6, 29, 126, 513, 1998, 7533, 27702, 99873, 354294, 1240029, 4290894, 14703201, 49955454, 168466797, 564390342, 1879706817, 6227425638, 20533285917, 67411165086, 220442258241, 718277586606, 2332658764269, 7552375012566 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (n^2+8*n+9)3^(n-2).
G.f.: (1-2*x)*(1-x)/(1-3x)^3.
MATHEMATICA
CoefficientList[Series[(1 - 2 x) (1 - x) / (1 - 3 x)^3, {x, 0, 40}], x] (* Vincenzo Librandi, Aug 07 2013 *)
PROG
(Magma) [(n^2+8*n+9)*3^(n-2): n in [0..25]]; // Vincenzo Librandi, Aug 07 2013
CROSSREFS
Sequence in context: A243474 A111644 A225618 * A054146 A172062 A081674
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Mar 16 2003
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 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)