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”).

A198848
a(n) = 11*6^n - 1.
1
10, 65, 395, 2375, 14255, 85535, 513215, 3079295, 18475775, 110854655, 665127935, 3990767615, 23944605695, 143667634175, 862005805055, 5172034830335, 31032208982015, 186193253892095, 1117159523352575, 6702957140115455, 40217742840692735
OFFSET
0,1
FORMULA
a(n) = 6*a(n-1)+5. a(n) = 7*a(n-1)-6*a(n-2), n>1.
From Elmo R. Oliveira, Aug 14 2024: (Start)
G.f.: (10-5*x)/((1-x)*(1-6*x)).
E.g.f.: exp(x)*(11*exp(5*x) - 1). (End)
PROG
(Magma) [11*6^n-1: n in [0..30]];
CROSSREFS
Sequence in context: A291231 A097791 A212259 * A215764 A262342 A307144
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 31 2011
STATUS
approved