The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016174 Expansion of 1/((1-6x)(1-11x)). 2
1, 17, 223, 2669, 30655, 344981, 3841447, 42535853, 469573999, 5175391685, 56989774711, 627250318877, 6901930289983, 75934293883829, 835355596886215, 9189381750732941, 101086020367969807, 1111963150707112613 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
(11^(n+1) - 6^(n+1))/5. - Lambert Klasen (lambert.klasen(AT)gmx.net), Feb 06 2005
a(n) = 11*a(n-1) + 6^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
MAPLE
A016174:=n->(11^(n + 1) - 6^(n + 1))/5; seq(A016174(n), n=0..30); # Wesley Ivan Hurt, Jan 30 2014
MATHEMATICA
Join[{a=1, b=17}, Table[c=17*b-66*a; a=b; b=c, {n, 40}]] (* Vladimir Joseph Stephan Orlovsky, Feb 08 2011 *)
PROG
(PARI) Vec(1/((1-6*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A016181 A285233 A063043 * A016281 A160398 A181380
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 May 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)