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!)
A016295 Expansion of 1/((1-2x)(1-5x)(1-6x)). 1
1, 13, 117, 905, 6461, 43953, 289717, 1868425, 11861421, 74423393, 462815717, 2858273145, 17556537181, 107373722833, 654414852117, 3977351721065, 24118423433741, 145982106270273, 882250466222917 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A016129(n+1) - A016127(n+1). - Zerinvary Lajos, Jun 05 2009
a(n) = 13*a(n-1) - 52*a(n-2) + 60*a(n-3), n >= 3.
a(n) = 11*a(n-1) - 30*a(n-2) + 2^n, n >= 2. - Vincenzo Librandi, Mar 16 2011
a(n) = 7*a(n-1) - 10*a(n-2) + 6^n, n >= 2. - Vincenzo Librandi, Mar 16 2011
a(n) = 8*a(n-1) - 12*a(n-2) + 5^n, n >= 2. - Vincenzo Librandi, Mar 16 2011
a(n) = -5^(n+2)/3 + 9*6^n + 2^n/3. - R. J. Mathar, Mar 18 2011
MATHEMATICA
LinearRecurrence[{13, -52, 60}, {1, 13, 117}, 20] (* Harvey P. Dale, Mar 26 2016 *)
PROG
(Sage) [(6^n - 2^n)/4-(5^n - 2^n)/3 for n in range(2, 21)] # Zerinvary Lajos, Jun 05 2009
CROSSREFS
Sequence in context: A250316 A250557 A022737 * A225965 A051824 A367244
KEYWORD
nonn
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 May 1 03:27 EDT 2024. Contains 372148 sequences. (Running on oeis4.)