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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037182 10^n*(10^n-1) / 2. 1
0, 45, 4950, 499500, 49995000, 4999950000, 499999500000, 49999995000000, 4999999950000000, 499999999500000000, 49999999995000000000, 4999999999950000000000, 499999999999500000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Sum of all numbers with <= n digits.

FORMULA

Sum_{i=1..10^n-1} i = the (10^n-1)th triangular number (A000217). - Marvin Ray Burns (bmmmburns(AT)sbcglobal.net)

MATHEMATICA

f[n_] := 10^n(10^n - 1)/2; Table[ f[n], {n, 0, 12}] (from Robert G. Wilson v Dec 24 2004)

CROSSREFS

Partial sums of A101291.

Sequence in context: A093533 A101291 A061542 * A178632 A134229 A199355

Adjacent sequences:  A037179 A037180 A037181 * A037183 A037184 A037185

KEYWORD

nonn,easy

AUTHOR

Marvin Ray Burns (bmmmburns(AT)sbcglobal.net)

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 16 21:17 EST 2012. Contains 205971 sequences.