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!)
A162532 Numbers k such that their largest divisor <= sqrt(k) equals 12. 19
144, 156, 168, 180, 192, 204, 216, 228, 264, 276, 348, 372, 444, 492, 516, 564, 636, 708, 732, 804, 852, 876, 948, 996, 1068, 1164, 1212, 1236, 1284, 1308, 1356, 1524, 1572, 1644, 1668, 1788, 1812, 1884, 1956, 2004, 2076, 2148, 2172, 2292, 2316, 2364 (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)=12.
MAPLE
A033676 := proc(n) local dvs; dvs := sort(convert(numtheory[divisors](n), list)) ; op(floor((nops(dvs)+1)/2) , dvs) ; end: for n from 1 to 3500 do if A033676(n) = 12 then printf("%d, ", n) ; fi; od: # R. J. Mathar, Jul 13 2009
MATHEMATICA
ld12Q[n_]:=First[Select[Reverse[Divisors[n]], #<=Sqrt[n]&]]==12; Select[ 12*Range[ 200], ld12Q] (* Harvey P. Dale, Mar 29 2013 *)
CROSSREFS
Sequence in context: A195670 A173065 A044868 * A294575 A205190 A085426
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Jul 05 2009
EXTENSIONS
More terms from R. J. Mathar, Jul 13 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 April 24 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)