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!)
A016147 Expansion of 1/((1-3x)(1-12x)). 1
1, 15, 189, 2295, 27621, 331695, 3981069, 47775015, 573306741, 6879700575, 82556465949, 990677768535, 11888133753861, 142657606640655, 1711891284470829, 20542695427998855, 246512345179032981, 2958148142277535935, 35497777707717851709, 425973332493776481975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 15*a(n-1) - 36*a(n-2). - Vincenzo Librandi, Mar 14 2011
a(n) = (4*12^n - 3^n)/3. - Zak Seidov, Mar 14 2011
MATHEMATICA
Join[{a=1, b=15}, Table[c=15*b-36*a; a=b; b=c, {n, 60}]] (* Vladimir Joseph Stephan Orlovsky, Feb 01 2011 *)
LinearRecurrence[{15, -36}, {1, 15}, 20] (* Harvey P. Dale, Apr 30 2013 *)
CROSSREFS
Sequence in context: A206514 A016207 A286347 * A145601 A004344 A038339
KEYWORD
nonn,easy
AUTHOR
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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)