login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A199416
2*7^n+1.
1
3, 15, 99, 687, 4803, 33615, 235299, 1647087, 11529603, 80707215, 564950499, 3954653487, 27682574403, 193778020815, 1356446145699, 9495123019887, 66465861139203, 465261027974415, 3256827195820899, 22797790370746287
OFFSET
0,1
FORMULA
a(n) = 3*A083076(n).
a(n) = 7*a(n-1)-6.
a(n) = 8*a(n-1)-7*a(n-2).
G.f.: 3*(1-3*x)/((1-x)*(1-7*x)).
PROG
(Magma) [2*7^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A370676 A186264 A140286 * A046635 A208426 A168344
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 06 2011
STATUS
approved