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!)
A162530 Numbers k whose largest divisor <= sqrt(k) equals 10. 19
100, 110, 120, 130, 140, 150, 160, 170, 190, 200, 230, 250, 290, 310, 370, 410, 430, 470, 530, 590, 610, 670, 710, 730, 790, 830, 890, 970, 1010, 1030, 1070, 1090, 1130, 1270, 1310, 1370, 1390, 1490, 1510, 1570, 1630, 1670, 1730, 1790, 1810, 1910, 1930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A161344 for more information.
LINKS
FORMULA
Numbers k such that A033676(k) = 10.
MAPLE
filter:= n -> andmap(t -> t<=10 or t^2 > n, numtheory:-divisors(n)):
select(filter, [seq(n, n=100..10000, 10)]); # Robert Israel, Aug 16 2018
MATHEMATICA
ld10Q[n_]:=Last[Select[Divisors[n], #<=Sqrt[n]&]]==10; Select[Range[2000], ld10Q] (* Harvey P. Dale, Jan 30 2011 *)
CROSSREFS
Sequence in context: A290948 A033828 A348139 * A204590 A115454 A122466
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Jul 05 2009
EXTENSIONS
More terms from Gerard P. Michon, Jul 12 2009
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 May 3 09:56 EDT 2024. Contains 372207 sequences. (Running on oeis4.)