cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A136364 a(n) = Sum_{ composite k, 1 <= k <= 10^n} (Number of divisors d of k with 1 < d < k).

Original entry on oeis.org

8, 283, 5070, 73669, 966751, 11970035, 142725365, 1657511569, 18877697635, 211802823221, 2348286736298, 25785452449087, 280880375389758, 3039062263181055, 32693207724724247, 349957928177109417, 3729837791070240369, 39600963003695964401, 419035480966899467509
Offset: 1

Views

Author

Enoch Haga, Dec 26 2007, Dec 29 2007

Keywords

Examples

			a(1) = 8 because there are 8 distinct divisors of composite numbers k through 10^1; these are for 4(1); 6(2); 8(2); 9(1); 10(2); and 1 + 2 + 2 + 1 + 2 = 8.
		

Crossrefs

Formula

a(n) = A057494(n) - 2*10^n + 1. - Max Alekseyev, May 10 2009

Extensions

Edited by N. J. A. Sloane, Jan 12 2008
Three more terms from Max Alekseyev, May 10 2009
a(10)-a(16) from Max Alekseyev, Jan 25 2010
a(17)-a(19) from Amiram Eldar, Aug 05 2024