login
The OEIS is supported by the many generous donors 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. 1
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; text; internal format)
OFFSET
1,2
LINKS
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@# &] (* Robert G. Wilson v, Sep 09 2008 *)
CROSSREFS
Cf. A007416.
Sequence in context: A196277 A368385 A280196 * A160719 A263079 A362077
KEYWORD
nonn
AUTHOR
J. Lowell, Sep 04 2008
EXTENSIONS
More terms from Robert G. Wilson v, Sep 09 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)