login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096490 Numbers x satisfying condition: sigma[2,x]/x^2 >=3/2, where sigma[2,x] is the sum of square of divisors of x. 1
60, 120, 168, 180, 240, 252, 300, 336, 360, 420, 480, 504, 540, 600, 660, 672, 720, 756, 780, 792, 840, 900, 924, 936, 960, 1008, 1020, 1080, 1140, 1176, 1200, 1260, 1320, 1344, 1380, 1440, 1500, 1512, 1560, 1584, 1620, 1680, 1740, 1764, 1800, 1848, 1860 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A056866 seems to be a proper subset of this sequence. E.g. 5616 is present in both sequence, but 252 is only here.

EXAMPLE

n=60: 1+4+9+16+25+36+100+144+225+400+900+3600=5460>1.5*3600=5400

MATHEMATICA

Do[s=DivisorSigma[2, n]/(n^2); If[Greater[s, 3/2], Print[n]], {n, 1, 10000}]

CROSSREFS

Cf. A001157, A056866.

Sequence in context: A008887 A182683 A174601 * A056866 A098136 A060793

Adjacent sequences:  A096487 A096488 A096489 * A096491 A096492 A096493

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 25 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.