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!)
A199756 a(n) = 6*11^n + 1. 1
7, 67, 727, 7987, 87847, 966307, 10629367, 116923027, 1286153287, 14147686147, 155624547607, 1711870023667, 18830570260327, 207136272863587, 2278499001499447, 25063489016493907, 275698379181432967, 3032682170995762627 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 11*a(n-1)-10.
a(n) = 12*a(n-1)-11*a(n-2).
G.f.: (7-17*x)/((1-x)*(1-11*x)).
MATHEMATICA
6*11^Range[0, 20]+1 (* or *) LinearRecurrence[{12, -11}, {7, 67}, 20] (* Harvey P. Dale, Jul 16 2014 *)
PROG
(Magma) [6*11^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A036948 A020469 A340973 * A038386 A243675 A082578
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 9 11:22 EDT 2023. Contains 363178 sequences. (Running on oeis4.)