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!)
A199025 (7*11^n-1)/2. 1
3, 38, 423, 4658, 51243, 563678, 6200463, 68205098, 750256083, 8252816918, 90780986103, 998590847138, 10984499318523, 120829492503758, 1329124417541343, 14620368592954778, 160824054522502563, 1769064599747528198 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 11*a(n-1)+5.
a(n) = 12*a(n-1)-11*a(n-2), n>1.
G.f.: (3 + 2*x)/(1 - 12*x + 11*x^2). - Vincenzo Librandi, Jan 04 2013
MATHEMATICA
CoefficientList[Series[(3 + 2*x)/(1 - 12*x + 11*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
LinearRecurrence[{12, -11}, {3, 38}, 30] (* Harvey P. Dale, Dec 12 2020 *)
PROG
(Magma) [(7*11^n-1)/2 : n in [0..20]]
CROSSREFS
Sequence in context: A050394 A281798 A156071 * A265914 A005780 A033678
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 02 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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)