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!)
A199751 (3*11^n+1)/2. 1
2, 17, 182, 1997, 21962, 241577, 2657342, 29230757, 321538322, 3536921537, 38906136902, 427967505917, 4707642565082, 51784068215897, 569624750374862, 6265872254123477, 68924594795358242, 758170542748940657, 8339875970238347222 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 11*a(n-1)-5.
a(n) = 12*a(n-1)-11*a(n-2).
G.f.: (2-7*x)/((1-x)*(1-11*x)).
MATHEMATICA
(3*11^Range[0, 20]+1)/2 (* or *) LinearRecurrence[{12, -11}, {2, 17}, 20] (* Harvey P. Dale, Sep 23 2013 *)
PROG
(Magma) [(3*11^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A230087 A058010 A242428 * A348766 A367839 A126752
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 10 2011
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 June 1 11:37 EDT 2024. Contains 373016 sequences. (Running on oeis4.)