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!)
A199414 10*6^n+1. 1
11, 61, 361, 2161, 12961, 77761, 466561, 2799361, 16796161, 100776961, 604661761, 3627970561, 21767823361, 130606940161, 783641640961, 4701849845761, 28211099074561, 169266594447361, 1015599566684161, 6093597400104961, 36561584400629761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 6*a(n-1)-5.
a(n) = 7*a(n-1)-6*a(n-2).
G.f.: (11-16*x)/((1-x)*(1-6*x)).
MATHEMATICA
LinearRecurrence[{7, -6}, {11, 61}, 40] (* Harvey P. Dale, May 10 2014 *)
PROG
(Magma) [10*6^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A115565 A137410 A268863 * A156095 A068846 A092164
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 06 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 May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)