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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095301 Numbers n such that A094759(n) < n. 1
28, 140, 200, 224, 234, 270, 308, 364, 476, 496, 532, 600, 644, 672, 700, 812, 819, 868, 936, 1036, 1148, 1170, 1204, 1316, 1400, 1484, 1488, 1540, 1638, 1652, 1708, 1800, 1820, 1876, 1988, 2016, 2044, 2200, 2212, 2324, 2380, 2464, 2480, 2492, 2574, 2600 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Agrees with A050973 without duplicates.

EXAMPLE

A094759(28) = 6 < 28, hence 28 is in the sequence.

PROG

(PARI) for(n=1, 2600, s=sigma(n); k=1; while(n*sigma(k)!=k*s, k++); if(k<n, print1(n, ", ")));

CROSSREFS

Cf. A000203, A094759, A050973.

Sequence in context: A074233 A201095 A050973 * A201102 A042530 A042532

Adjacent sequences:  A095298 A095299 A095300 * A095302 A095303 A095304

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) Jun 01 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 15 20:26 EST 2012. Contains 205852 sequences.