[go: up one dir, main page]

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!)
Revision History for A006087 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A006087 Unitary harmonic means H(n) of the unitary harmonic numbers (A006086).
(history; published version)
#43 by Michael De Vlieger at Fri Mar 10 09:09:55 EST 2023
STATUS

reviewed

approved

#42 by Joerg Arndt at Fri Mar 10 03:37:34 EST 2023
STATUS

proposed

reviewed

#41 by Amiram Eldar at Fri Mar 10 03:34:27 EST 2023
STATUS

editing

proposed

#40 by Amiram Eldar at Fri Mar 10 03:15:06 EST 2023
PROG

(PARI) uhmean(n) = {my(f = factor(n)); n * *prod(i=1, #f~, 2/(1 + +f[i, 1]^f[i, 2])); };

#39 by Amiram Eldar at Fri Mar 10 03:14:47 EST 2023
PROG

(PARI) uhmean(n) = {my(f = factor(n)); n * prod(i=1, #f~, 2/(1 + f[i, 1]^f[i, 2])); };

lista(kmax) = {my(uh); for(k = 1, kmax, uh = uhmean(k); if(denominator(uh) == 1, print1(uh, ", "))); } \\ Amiram Eldar, Mar 10 2023

#38 by Amiram Eldar at Fri Mar 10 03:12:55 EST 2023
MATHEMATICA

uh[n_] := n * Times @@ (2/(1 + Power @@@ FactorInteger[n])); uh[1] = 1; Select[Array[uh, 10^6], IntegerQ] (* Amiram Eldar, Mar 10 2023 *)

#37 by Amiram Eldar at Fri Mar 10 03:11:14 EST 2023
PROG

(PARI) {ud(n)=2^omega(n)} {sud(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d))} {H(n)=n*ud(n)/sud(n)} for(n=1, 10000000, if(((n*ud(n))%sud(n))==0, print1(H(n)", "))) - )", "))) \\ Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 02 2008

#36 by Amiram Eldar at Fri Mar 10 03:10:33 EST 2023
COMMENTS

Each term appears a finite number of times in the sequence (Hagis and Lord, 1975). - Amiram Eldar, Mar 10 2023

LINKS

P. Peter Hagis, Jr. and Graham G. Lord, <a href="https://doi.org/10.1090/S0002-9939-1975-0369231-9">Unitary harmonic numbers</a>, Proc. Amer. Math. Soc., 51 (1975), 1-7.

P. Peter Hagis, Jr. and Graham G. Lord, <a href="/A006086/a006086.pdf">Unitary harmonic numbers</a>, Proc. Amer. Math. Soc., 51 (1975), 1-7. (Annotated scanned copy)

STATUS

approved

editing

#35 by Bruno Berselli at Thu May 30 11:18:55 EDT 2019
STATUS

proposed

approved

#34 by Michel Marcus at Thu May 30 11:00:13 EDT 2019
STATUS

editing

proposed

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 August 29 16:10 EDT 2024. Contains 375517 sequences. (Running on oeis4.)