The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069122 Numbers k such that the squarefree part of k is greater than the squarefree part of (k+1). 1
3, 7, 8, 11, 15, 17, 19, 23, 24, 26, 31, 35, 39, 43, 44, 47, 48, 51, 53, 55, 59, 62, 63, 67, 71, 74, 79, 80, 83, 87, 89, 91, 95, 97, 99, 103, 107, 111, 115, 116, 119, 120, 123, 124, 127, 131, 134, 139, 143, 146, 149, 151, 152, 155, 159, 161, 163, 167, 168, 170, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[p_, e_] := If[OddQ[e], p, 1]; sqf[n_] := Times @@ (f @@@ FactorInteger[n]); Select[Range[200], sqf[#] > sqf[# + 1] &] (* Amiram Eldar, Apr 02 2020 *)
PROG
(PARI) for(n=1, 220, if(core(n)>core(n+1), print1(n, ", ")))
CROSSREFS
Cf. A007913.
Sequence in context: A194470 A078466 A047528 * A278519 A007970 A255342
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 07 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 May 13 12:32 EDT 2024. Contains 372519 sequences. (Running on oeis4.)