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!)
A173806 a(n) = (7*10^n-61)/9 for n>0. 2
1, 71, 771, 7771, 77771, 777771, 7777771, 77777771, 777777771, 7777777771, 77777777771, 777777777771, 7777777777771, 77777777777771, 777777777777771, 7777777777777771, 77777777777777771, 777777777777777771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 10*a(n-1)+61 with n>0, a(0)=-6.
G.f.: x*(1+60*x)/((1-x)*(1-10*x)). - Vincenzo Librandi, Jul 05 2012
a(n) = 11*a(n-1) -10*a(n-2). - Vincenzo Librandi, Jul 05 2012
MATHEMATICA
CoefficientList[Series[(1+60*x)/((1-x)*(1-10*x)), {x, 0, 30}], x] (* Vincenzo Librandi, Jul 05 2012 *)
PROG
(Magma)[(7*10^n-61)/9: n in [1..20]]; // Vincenzo Librandi, Jul 05 2012
CROSSREFS
Cf. A093176.
Sequence in context: A351896 A089706 A220623 * A253683 A210699 A346023
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 25 2010
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)