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!)
A199491 (11*7^n+1)/2. 1
6, 39, 270, 1887, 13206, 92439, 647070, 4529487, 31706406, 221944839, 1553613870, 10875297087, 76127079606, 532889557239, 3730226900670, 26111588304687, 182781118132806, 1279467826929639, 8956274788507470, 62693923519552287 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 7*a(n-1)-3.
a(n) = 8*a(n-1)-7*a(n-2).
G.f.: 3*(2-3*x)/((1-x)*(1-7*x)).
MATHEMATICA
(11*7^Range[0, 30]+1)/2 (* or *) LinearRecurrence[{8, -7}, {6, 39}, 30] (* Harvey P. Dale, Jan 23 2013 *)
PROG
(Magma) [(11*7^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A370376 A357206 A370026 * A147961 A264232 A068765
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 24 12:22 EDT 2024. Contains 371937 sequences. (Running on oeis4.)