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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143896 Numbers that are among the d smallest numbers with d divisors. 0
1, 2, 3, 4, 6, 8, 9, 10, 12, 14, 16, 18, 20, 24, 25, 28, 30, 32, 36, 40, 42, 44, 48, 54, 56, 60, 64, 66, 70, 72, 80, 81, 84, 90, 96, 100, 108, 112, 120, 126, 132, 140, 144, 150, 156, 160, 162, 168, 176, 180, 192, 196, 208, 210, 216, 225, 240, 252, 256, 264, 270, 272, 280 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

15 does not qualify because it has 4 divisors and the 4 smallest numbers with 4 divisors are 6, 8, 10 and 14.

MATHEMATICA

ds[n_] := ds[n] = DivisorSigma[0, n]; fQ[n_] := Block[{d = ds@n}, MemberQ[ Select[ Range@n, Take[ DivisorSigma[0, # ] == d &], d], n]]; Select[ Range@ 299, fQ@# &] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2008]

CROSSREFS

Sequence in context: A035033 A054220 A196277 * A160719 A085451 A064150

Adjacent sequences:  A143893 A143894 A143895 * A143897 A143898 A143899

KEYWORD

nonn

AUTHOR

J. Lowell (jhbubby(AT)mindspring.com), Sep 04 2008

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2008

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 10:07 EST 2012. Contains 205904 sequences.