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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099670 Partial sums of repdigits of A002277. 0
3, 36, 369, 3702, 37035, 370368, 3703701, 37037034, 370370367, 3703703700, 37037037033, 370370370366, 3703703703699, 37037037037032, 370370370370365, 3703703703703698, 37037037037037031, 370370370370370364 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..18.

FORMULA

a(n)=(3/81)*(10^(n+1)-9*n-10) - R. Piyo (nagoya314(AT)yahoo.com), Dec 10 2004

EXAMPLE

3+33+333+3333=a[4]=3702

MAPLE

a:=n->sum((10^(n-j)-1^(n-j))/3, j=0..n): seq(a(n), n=1..18); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 15 2007

MATHEMATICA

<<NumberTheory`NumberTheoryFunctions` Table[{k, Table[Apply[Plus, Table[k*(10^n-1)/9, {n, 1, m}]], {m, 1, 35}]}, {k, 1, 9}]

Table[3/9*Sum[10^i - 1, {i, n}], {n, 18}] (from Robert G. Wilson v Nov 20 2004)

CROSSREFS

Cf. A057932, A002275-A002283.

Sequence in context: A026121 A055303 A068177 * A199258 A203493 A224256

Adjacent sequences:  A099667 A099668 A099669 * A099671 A099672 A099673

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 17 2004

STATUS

approved

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 May 22 09:43 EDT 2013. Contains 225519 sequences.