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!)
A198970 a(n) = 4*10^n-1. 1
3, 39, 399, 3999, 39999, 399999, 3999999, 39999999, 399999999, 3999999999, 39999999999, 399999999999, 3999999999999, 39999999999999, 399999999999999, 3999999999999999, 39999999999999999, 399999999999999999, 3999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 3*A097166(n).
a(n) = 10*a(n-1)+9, n>0.
a(n) = 11*a(n-1)-10*a(n-2), n>1.
G.f.: 3*(1 + 2*x)/(1 - 11*x + 10*x^2). - Vincenzo Librandi, Jan 03 2013
MATHEMATICA
CoefficientList[Series[3*(1 + 2*x)/(1 - 11*x + 10*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 03 2013 *)
PROG
(Magma) [4*10^n-1 : n in [0..20]]
CROSSREFS
Sequence in context: A191468 A203243 A063035 * A361539 A014850 A341671
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 01 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)