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!)
A098609 a(n) = 100^n-1. 4
0, 99, 9999, 999999, 99999999, 9999999999, 999999999999, 99999999999999, 9999999999999999, 999999999999999999, 99999999999999999999, 9999999999999999999999, 999999999999999999999999, 99999999999999999999999999, 9999999999999999999999999999, 999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 100*a(n-1)+99 = A002283(2n) = A098608(n)-1.
From Chai Wah Wu, Sep 22 2016: (Start)
a(n) = 101*a(n-1) - 100*a(n-2) for n > 1.
G.f.: 99*x/((x - 1)*(100*x - 1)). (End)
MATHEMATICA
Table[100^n - 1, {n, 0, 20}] (* Vincenzo Librandi, Sep 23 2016 *)
PROG
(Magma) [100^n-1: n in [0..20]]; // Vincenzo Librandi, Sep 23 2016
CROSSREFS
Sequence in context: A278620 A171415 A327926 * A195623 A274743 A244842
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Sep 17 2004
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)