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!)
A199417 (3*7^n+1)/2. 3
2, 11, 74, 515, 3602, 25211, 176474, 1235315, 8647202, 60530411, 423712874, 2965990115, 20761930802, 145333515611, 1017334609274, 7121342264915, 49849395854402, 348945770980811, 2442620396865674, 17098342778059715 (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.: (2-5*x)/((1-x)*(1-7*x)).
MATHEMATICA
(3*7^Range[0, 30]+1)/2 (* or *) LinearRecurrence[{8, -7}, {2, 11}, 30] (* Harvey P. Dale, Nov 20 2012 *)
PROG
(Magma) [(3*7^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A074609 A299786 A335310 * A114179 A231556 A207397
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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)