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!)
A079709 Numbers m such that the squarefree kernel of m is less than the squarefree kernel of m+1. 2
1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 18, 20, 21, 22, 25, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 40, 41, 42, 45, 46, 48, 49, 50, 52, 54, 56, 57, 58, 60, 61, 64, 65, 66, 68, 69, 70, 72, 73, 75, 76, 77, 78, 81, 82, 84, 85, 86, 88, 90, 92, 93, 94, 96, 98, 100, 101, 102, 104, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The numbers of terms not exceeding 10^k for k = 1, 2, ... are 8, 67, 655, 6607, 66090, 661270, 6612947, 66131281, 661316300, 6613168473, ... Apparently the asymptotic density of this sequence is 0.66131... - Amiram Eldar, Aug 31 2020
LINKS
FORMULA
a(n) is asymptotic to c*n where c=1.51...
MATHEMATICA
rad[n_] := Times @@ FactorInteger[n][[;; , 1]]; Select[Range[100], rad[#] < rad[# + 1] &] (* Amiram Eldar, Aug 31 2020 *)
CROSSREFS
Complement of A079710.
Cf. A007947 (squarefree kernel).
Sequence in context: A249245 A279607 A292636 * A285496 A247778 A003511
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 31 2003
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:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)