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!)
A069189 Numbers k such that A007913(k) < sqrt(k). 1
4, 8, 9, 12, 16, 18, 25, 27, 32, 36, 45, 48, 49, 50, 54, 63, 64, 72, 75, 80, 81, 96, 98, 100, 108, 112, 121, 125, 128, 144, 147, 150, 160, 162, 169, 175, 176, 180, 192, 196, 200, 208, 216, 224, 225, 240, 242, 243, 245, 250, 252, 256, 275, 288, 289, 294, 300, 320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, numbers k whose squarefree part, A007913(k), is smaller than their square part, A008833(k). - Peter Munn, Mar 26 2021
LINKS
Eric Weisstein's World of Mathematics, Square Part.
Eric Weisstein's World of Mathematics, Squarefree Part.
MATHEMATICA
f[p_, e_] := If[OddQ[e], p, 1]; sqf[n_] := Times @@ (f @@@ FactorInteger[n]); Select[Range[320], sqf[#] < Sqrt[#] &] (* Amiram Eldar, Apr 02 2020 *)
PROG
(PARI) for(n=1, 200, if(core(n)<sqrt(n), print1(n, ", ")))
CROSSREFS
Subsequence of A048098.
A116882 is a near equivalent with respect to a number's odd part.
Sequence in context: A034030 A057109 A369639 * A371601 A283050 A069168
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 10 2002
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)