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!)
A245804 a(n) = 2*3^n - 3*2^n. 3
-1, 0, 6, 30, 114, 390, 1266, 3990, 12354, 37830, 115026, 348150, 1050594, 3164070, 9516786, 28599510, 85896834, 257887110, 774054546, 2322950070, 6970423074, 20914414950, 62749536306, 188261191830, 564808741314, 1694476555590, 5083530330066, 15250792316790 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Essentially 2 * A210448. - Joerg Arndt, Aug 03 2014
LINKS
FORMULA
G.f.: (-1 +5*x)/((1-2*x)(1-3*x)).
a(n) = 5*a(n-1) -6*a(n-2) for n>1.
a(n) = A008776(n) - A007283(n). - Michel Marcus, Aug 03 2014
MATHEMATICA
CoefficientList[Series[(-1 + 5 x)/((1 - 2 x) (1 - 3 x)), {x, 0, 30}], x]
Table[(2 3^n - 3 2^n), {n, 0, 30}] (* Vincenzo Librandi, Aug 04 2014 *)
PROG
(Magma) [2*3^n-3*2^n: n in [0..40]]; /* or */ I:=[-1, 0]; [n le 2 select I[n] else 5*Self(n-1)-6*Self(n-2): n in [1..30]];
CROSSREFS
Sequence in context: A353883 A258723 A225382 * A292296 A003211 A334331
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Aug 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)