Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006087
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006087 Unitary harmonic means H(n) of the unitary harmonic numbers (A006086).
(Formerly M0452)
+0
2
1, 2, 3, 4, 4, 7, 7, 6, 9, 13, 10, 13, 10, 7, 11, 15, 10, 15, 9, 12, 7, 17, 12, 18, 16, 14, 19, 20, 19, 12, 15, 20, 10, 20, 18, 22, 19, 13, 12, 13, 17, 29, 18, 33, 20, 23, 29, 34, 23, 22, 31, 38, 24, 23, 38, 33, 37, 40, 19, 38, 24, 37, 29, 40, 22, 34, 24, 33 (list; graph; listen)
OFFSET

1,2

COMMENT

Let d(n) and sigma(n) be number and sum of unitary divisors of n; then unitary harmonic mean of unitary divisors is H(n)=n*d(n)/sigma(n).

REFERENCES

P. Hagis, Jr., and G. Lord, Unitary harmonic numbers, Proc. Amer. Math. Soc., 51 (1975), 1-7.

MAPLE

A034444 := proc(n) 2^nops(ifactors(n)[2]) ; end: A034448 := proc(n) local ans, i, ifs ; ans :=1 ; ifs := ifactors(n)[2] ; for i from 1 to nops(ifs) do ans := ans*(1+ifs[i][1]^ifs[i][2]) ; od ; RETURN(ans) ; end: A006086 := proc(n) n*A034444(n)/A034448(n) ; end: for n from 1 to 5000000 do uhn := A006086(n) : if type(uhn, 'integer') then printf("%d, ", uhn) ; fi ; od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 06 2007

PROGRAM

(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

CROSSREFS

Cf. A006086.

Sequence in context: A053273 A049988 A079247 this_sequence A136330 A028298 A047966

Adjacent sequences: A006084 A006085 A006086 this_sequence A006088 A006089 A006090

KEYWORD

nonn,nice

AUTHOR

njas

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 06 2007

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 02 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research