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!)
A283919 The smallest square referenced in A013929 (Numbers that are not squarefree). 2
4, 4, 9, 4, 4, 9, 4, 4, 25, 9, 4, 4, 4, 4, 4, 9, 4, 49, 25, 4, 9, 4, 4, 9, 4, 4, 4, 25, 4, 4, 9, 4, 4, 9, 4, 4, 49, 9, 4, 4, 4, 4, 4, 9, 4, 121, 4, 25, 9, 4, 4, 9, 4, 4, 4, 49, 4, 25, 4, 9, 4, 4, 9, 4, 4, 169, 9, 4, 25, 4, 4, 4, 4, 9, 4, 4, 9, 4, 4, 9, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Robert Price)
EXAMPLE
A013929(4) = 12, 12 = 2*2*3, so 12 is not squarefree, the square being 2*2 = 4.
MATHEMATICA
s[n_] := If[(pos = Position[(f = FactorInteger[n])[[;; , 2]], _?(# >= 2 &)]) == {}, 1, f[[pos[[1, 1]], 1]]]; Select[Array[s, 250], # > 1 &]^2 (* Amiram Eldar, Nov 14 2020 *)
PROG
(PARI) f(n) = fordiv(n, d, if ((d>1) && issquare(d), return (d))); return (1);
apply(f, select(x->!issquarefree(x), [1..200])) \\ Michel Marcus, Nov 14 2020
CROSSREFS
Sequence in context: A068340 A097667 A202388 * A283670 A019627 A137617
KEYWORD
nonn
AUTHOR
Robert Price, Mar 17 2017
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 15 21:53 EDT 2024. Contains 372549 sequences. (Running on oeis4.)