Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005279 Numbers having divisors d,e with d < e < 2d.
(Formerly M4093)
+0
9
6, 12, 15, 18, 20, 24, 28, 30, 35, 36, 40, 42, 45, 48, 54, 56, 60, 63, 66, 70, 72, 75, 77, 78, 80, 84, 88, 90, 91, 96, 99, 100, 102, 104, 105, 108, 110, 112, 114, 117, 120, 126, 130, 132, 135, 138, 140, 143, 144, 150, 153, 154, 156, 160, 162, 165, 168, 170, 174, 175, 176 (list; graph; listen)
OFFSET

1,1

COMMENT

Arithmetic and harmonic means of A046793(n) and a(n) both integers.

n is in this sequence iff n is a multiple of some term in A020886.

a(n) is also a positive integer v for which there exists a smaller positive integer u such that the contraharmonic mean (uu+vv)/(u+v) is an integer c (in fact, there are two distinct values u giving with v the same c). [From Pahikkala Jussi (pahio(AT)wakkanet.fi), Dec 14 2008]

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

R. K. Guy, Unsolved Problems in Number Theory, E3.

LINKS

Planet Math., Proposition 4

Planet Math., Definition

MAPLE

isA005279 := proc(n) local divs, d, e ; divs := numtheory[divisors](n) ; for d from 1 to nops(divs)-1 do for e from d+1 to nops(divs) do if divs[e] < 2*divs[d] then RETURN(true) ; fi ; od: od: RETURN(false) : end; for n from 3 to 300 do if isA005279(n) then printf("%d, ", n) ; fi ; od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 08 2006

CROSSREFS

Cf. A010814.

Sequence in context: A114304 A107487 A092671 this_sequence A129512 A116359 A141698

Adjacent sequences: A005276 A005277 A005278 this_sequence A005280 A005281 A005282

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Robert G. Wilson v (rgwv(AT)rgwv.com)

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 December 3 22:15 EST 2009. Contains 170310 sequences.


AT&T Labs Research