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.

A099593 Sum of the number of e-divisors of all numbers from 2 up to n.

This page as a plain text file.
%I A099593 #12 Feb 27 2023 13:26:43
%S A099593 0,1,2,4,5,6,7,9,11,12,13,15,16,17,18,21,22,24,25,27,28,29,30,32,34,
%T A099593 35,37,39,40,41,42,44,45,46,47,51,52,53,54,56,57,58,59,61,63,64,65,68,
%U A099593 70,72,73,75,76,78,79,81,82,83,84,86,87,88,90,94,95,96,97,99,100,101
%N A099593 Sum of the number of e-divisors of all numbers from 2 up to n.
%H A099593 Amiram Eldar, <a href="/A099593/b099593.txt">Table of n, a(n) for n = 1..10000</a>
%H A099593 J. Wu, <a href="http://dx.doi.org/10.5802/jtnb.136">Problème de diviseurs exponentiels et entiers exponentiellement sans facteur carré</a>, J. Theor. Nombr. Bordeaux 7 (1) (1995) 133-141.
%F A099593 a(n) ~ A327837 * n. - _Vaclav Kotesovec_, Feb 27 2023
%t A099593 f[p_, e_]  := DivisorSigma[0, e]; ediv[n_] := Times @@ (f @@@ FactorInteger[n]);
%t A099593 Accumulate[Array[ediv, 100]] - 1 (* _Amiram Eldar_, Jun 23 2019 *)
%Y A099593 Equals - 1 + partial sums of A049419. Cf. A145353, A327837.
%K A099593 nonn
%O A099593 1,3
%A A099593 _Ralf Stephan_, Oct 26 2004