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!)
A113999 a(n) = Sum_{ k, k|n } 10^(k-1). 9
1, 11, 101, 1011, 10001, 100111, 1000001, 10001011, 100000101, 1000010011, 10000000001, 100000101111, 1000000000001, 10000001000011, 100000000010101, 1000000010001011, 10000000000000001, 100000000100100111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A034729 to base 2. Stacking elements of the sequence gives A113998.
LINKS
FORMULA
G.f.: Sum_{n>0} x^n/(1-10*x^n).
a(n) ~ 10^(n-1). - Vaclav Kotesovec, Jun 05 2021
PROG
(PARI) a(n)=if(n<1, 0, sumdiv(n, k, 10^(k-1)));
CROSSREFS
Sequence in context: A284235 A284299 A284347 * A283062 A282959 A284142
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Nov 12 2005
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 May 6 09:23 EDT 2024. Contains 372293 sequences. (Running on oeis4.)