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!)
A046914 Sum of aliquot factors (divisors excluding the number itself) of 10^n. 0
0, 8, 117, 1340, 14211, 146078, 1480437, 14902280, 149511591, 1497558338, 14987792457, 149938963820, 1499694822171, 14998474116998, 149992370597277, 1499961853010960, 14999809265103951, 149999046325618058, 1499995231628286897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A001065(10^n). - Michel Marcus, Jul 24 2015
a(n) = (2^(n+1)-1)*(5^(n+1)-1)/4 - 10^n. - Giovanni Resta, Jul 24 2015
EXAMPLE
The aliquot factors of 10^1 are 1, 2 and 5; 10 is not counted, so 1 + 2 + 5 = 8.
MATHEMATICA
Table[DivisorSum[x = 10^n, # &, # != x &], {n, 0, 18}] (* Jayanta Basu, Jun 30 2013 *)
PROG
(PARI) vector(20, n, n--; sigma(10^n) - 10^n) \\ Michel Marcus, Jul 24 2015
CROSSREFS
Cf. A001065.
Sequence in context: A291077 A056988 A085699 * A364984 A341197 A342182
KEYWORD
easy,nonn
AUTHOR
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 July 28 18:14 EDT 2024. Contains 374726 sequences. (Running on oeis4.)