[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A346012 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
a(n) is the numerator of A346009(n)/A346010(n) - A001221(n)/2.
(history; published version)
#10 by Joerg Arndt at Fri Jul 02 03:48:56 EDT 2021
STATUS

proposed

approved

#9 by Amiram Eldar at Fri Jul 02 03:34:25 EDT 2021
STATUS

editing

proposed

#8 by Amiram Eldar at Fri Jul 02 03:21:21 EDT 2021
LINKS

Amiram Eldar, <a href="/A346012/b346012.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#7 by N. J. A. Sloane at Thu Jul 01 16:12:32 EDT 2021
STATUS

proposed

approved

#6 by Amiram Eldar at Thu Jul 01 06:22:17 EDT 2021
STATUS

editing

proposed

#5 by Amiram Eldar at Thu Jul 01 06:09:20 EDT 2021
MATHEMATICA

f[p_, e_] := e/(e + 1); sa[1] = 0; a[n_] := Numerator[Plus @@ f @@@ (fct = FactorInteger[n]) - Length[fct]/2]; Array[a, 100]

#4 by Amiram Eldar at Thu Jul 01 06:08:25 EDT 2021
FORMULA

f(n) depends only on the prime signature of n: If n = Product_{i} p_i^e_i, then f(n) = Sum_{i} (e_i - 1)/(2*(e_i + 1)).

#3 by Amiram Eldar at Thu Jul 01 05:39:16 EDT 2021
COMMENTS

Duncan (1961) proved that these two functions have the same average order, log(log(n))/2 , and that their difference has a constant average order, or an asymptotic mean, c (A346011; see the Formula section).

#2 by Amiram Eldar at Thu Jul 01 05:38:30 EDT 2021
NAME

allocated for Amiram Eldara(n) is the numerator of A346009(n)/A346010(n) - A001221(n)/2.

DATA

0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 3, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 5, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 1, 1, 0, 0, 0, 3, 3, 0, 0, 1, 0, 0, 0

OFFSET

1,16

COMMENTS

a(n)/A346013 is the difference between two functions, the average number of distinct prime factors of the divisors of n and half the number of distinct prime factors of n.

Duncan (1961) proved that these two functions have the same average order, log(log(n))/2 and that their difference has a constant average order, or an asymptotic mean, c (A346011; see the Formula section).

The nonzero values occur exactly at the nonsquarefree numbers (A013929) and their asymptotic mean is c/(1-6/Pi^2) = 0.2439041253...

LINKS

R. L. Duncan, <a href="https://www.jstor.org/stable/2311587">Note on the divisors of a number</a>, The American Mathematical Monthly, Vol. 68, No. 4 (1961), pp. 356-359.

Sébastien Gaboury, <a href="http://hdl.handle.net/20.500.11794/18899">Sur les convolutions de fonctions arithmétiques</a>, M.Sc. thesis, Laval University, Quebec, 2007.

Wikipedia, <a href="https://en.wikipedia.org/wiki/Average_order_of_an_arithmetic_function">Average order of an arithmetic function</a>.

FORMULA

Let f(n) = a(n)/A346013(n) be the sequence of fractions. Then:

f(n) depends only on the prime signature of n: If n = Product_{i} p_i^e_i, then f(n) = Sum_{i} (e_i-1)/(2*(e_i+1)).

f(n) = 0 if and only if n is squarefree (A005117), and f(n) > 0 otherwise.

f(n) = (Sum_{p prime, p^2|n} d(n/p^2))/(2*d(n)), where d(n) is the number of divisors of n (A000005).

Asymptotic mean: lim_{n->oo} (1/n) * Sum_{k=1..n} f(n) = 0.095628... (A346011).

EXAMPLE

The fractions begin with 0, 0, 0, 1/6, 0, 0, 0, 1/4, 1/6, 0, 0, 1/6, ....

MATHEMATICA

f[p_, e_] := e/(e + 1); s[1] = 0; a[n_] := Numerator[Plus @@ f @@@ (fct = FactorInteger[n]) - Length[fct]/2]; Array[a, 100]

CROSSREFS
KEYWORD

allocated

nonn,frac

AUTHOR

Amiram Eldar, Jul 01 2021

STATUS

approved

editing

#1 by Amiram Eldar at Thu Jul 01 05:14:15 EDT 2021
NAME

allocated for Amiram Eldar

KEYWORD

allocated

STATUS

approved