login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133486 a(n) = Sum_{ k = 0 to n-1} ( subtract k modulo 9 from 9, multiply this by k-th power of 10 ). 0
9, 89, 789, 6789, 56789, 456789, 3456789, 23456789, 123456789, 9123456789, 89123456789, 789123456789 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = sum(0 to n-1, ((9-(k % 9))*10^k) )

EXAMPLE

a(6) = 9+80+700+6000+50000+400000 = 456789

CROSSREFS

Sequence in context: A175371 A111918 A064616 * A198967 A015584 A072256

Adjacent sequences:  A133483 A133484 A133485 * A133487 A133488 A133489

KEYWORD

nonn

AUTHOR

Prashant Garg (prashant.garg1988(AT)yahoo.com), Nov 30 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 10:16 EST 2012. Contains 205614 sequences.