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!)
A135353 a(n) = 3*a(n-1) - 3*a(n-2) + 2*a(n-3). 2
2, -3, 3, 22, 51, 93, 170, 333, 675, 1366, 2739, 5469, 10922, 21837, 43683, 87382, 174771, 349533, 699050, 1398093, 2796195, 5592406, 11184819, 22369629, 44739242, 89478477, 178956963, 357913942, 715827891, 1431655773 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Sequence identical to its third differences. "Self-transform". Initial terms are transform's coefficients .
LINKS
FORMULA
a(n) = (8/3)*2^n - (2/3)*cos(Pi*n/3) - (16*sqrt(3)/3)*sin(Pi*n/3). - Richard Choulet, Jan 02 2008
G.f.: (2 - 9*x + 18*x^2)/((1-2*x)*(1-x+x^2)). - Philippe Deléham, Dec 29 2008
MATHEMATICA
LinearRecurrence[{3, -3, 2}, {2, -3, 3}, 30] (* or *) CoefficientList[Series[ (-2+9 x-18 x^2)/(-1+3 x-3 x^2+2 x^3), {x, 0, 30}], x] (* Harvey P. Dale, Apr 20 2011 *)
CROSSREFS
Sequence in context: A062168 A296836 A019229 * A217705 A084956 A216724
KEYWORD
sign
AUTHOR
Paul Curtz, Dec 07 2007
EXTENSIONS
More terms from Philippe Deléham, Dec 29 2008
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)