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!)
A199483 6*7^n+1. 2
7, 43, 295, 2059, 14407, 100843, 705895, 4941259, 34588807, 242121643, 1694851495, 11863960459, 83047723207, 581334062443, 4069338437095, 28485369059659, 199397583417607, 1395783083923243, 9770481587462695, 68393371112238859 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 7*a(n-1)-6.
a(n) = 8*a(n-1)-7*a(n-2).
G.f.: (7-13*x)/((1-x)*(1-7*x)).
MATHEMATICA
LinearRecurrence[{8, -7}, {7, 43}, 30] (* or *) NestList[7#-6&, 7, 30] (* Harvey P. Dale, Apr 13 2015 *)
PROG
(Magma) [6*7^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A351757 A338675 A244938 * A331236 A042213 A193705
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 07 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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)