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!)
A227524 Expansion of 1/((1-3x)(1-9x)(1-27x)). 1
1, 39, 1170, 32670, 891891, 24169509, 653373540, 17648258940, 476567558181, 12867905191779, 347438670325110, 9380891170278810, 253284485241566871, 6838684914320250849, 184644527001833063880, 4985402537886183692280, 134605871302457221445961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-3*x)*(1-9*x)*(1-27*x)).
a(n) = 3^n*(3^(n+1)-1)*(3^(n+2)-1)/16.
a(0)=1, a(1)=39, a(2)=1170; for n>2, a(n) = 39*a(n-1)-351*a(n-2)+729*a(n-3).
a(n)-27*a(n-1) = A016142(n), with a(-1)=0; a(n) = A226804(n)-81*A226804(n-1), with A226804(-1)=0. [Bruno Berselli, Jul 17 2013]
MATHEMATICA
CoefficientList[Series[1 / ((1 - 3 x) (1 - 9 x) (1 - 27 x)), {x, 0, 30}], x]
LinearRecurrence[{39, -351, 729}, {1, 39, 1170}, 20] (* Harvey P. Dale, Jul 04 2022 *)
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1-9*x)*(1-27*x)))); /* or */ I:=[1, 39, 1170]; [n le 3 select I[n] else 39*Self(n-1)-351*Self(n-2)+729*Self(n-3): n in [1..25]];
CROSSREFS
Sequence in context: A209076 A251327 A014936 * A240442 A009729 A078970
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 17 2013
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)