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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099669 Partial sums of repdigits of A002276. 6
2, 24, 246, 2468, 24690, 246912, 2469134, 24691356, 246913578, 2469135800, 24691358022, 246913580244, 2469135802466, 24691358024688, 246913580246910, 2469135802469132, 24691358024691354, 246913580246913576 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

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

EXAMPLE

2+22+222+2222=a[4]=2468

MATHEMATICA

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

Table[2/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: A025131 A143407 A132596 * A019520 A187584 A173228

Adjacent sequences:  A099666 A099667 A099668 * A099670 A099671 A099672

KEYWORD

nonn

AUTHOR

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

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 03:44 EST 2012. Contains 205860 sequences.