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!)
A168072 Expansion of (1-27x^2-108x^3)/((1-3x)^2*(1+3x+9x^2)). 3
1, 3, -18, -135, -405, -1944, -8019, -24057, -91854, -334611, -1003833, -3542940, -12223143, -36669429, -124357194, -416118303, -1248354909, -4132485216, -13559717115, -40679151345, -132497807238, -428874481323, -1286623443969, -4142299868388 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A168073.
LINKS
FORMULA
a(n) = 3^n*A168071(n).
a(n) = 3^n*(sin(2*Pi*n/3)/sqrt(3) - cos(2*Pi*n/3) - 2*n + 2). - Ilya Gutkovskiy, Jul 10 2016
MATHEMATICA
LinearRecurrence[{3, 0, 27, -81}, {1, 3, -18, -135}, 50] (* G. C. Greubel, Jul 09 2016 *)
CoefficientList[Series[(1 - 27 x^2 - 108 x^3) / ((1 - 3 x)^2 (1 + 3 x + 9 x^2)), {x, 0, 30}], x] (* Vincenzo Librandi, Jul 10 2016 *)
PROG
(PARI) Vec((1-27*x^2-108*x^3)/((1-3*x)^2*(1+3*x+9*x^2)) + O(x^30)) \\ Michel Marcus, Dec 03 2014
(Magma) I:=[1, 3, -18, -135]; [n le 4 select I[n] else 3*Self(n-1)+27*Self(n-3)-81*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jul 10 2016
CROSSREFS
Sequence in context: A060909 A074545 A192462 * A251733 A355103 A355105
KEYWORD
easy,sign
AUTHOR
Paul Barry, Nov 18 2009
EXTENSIONS
Corrected by R. J. Mathar, Dec 03 2014
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)