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!)
A173186 Numbers k such that k^2-1 is not squarefree. 3
1, 3, 5, 7, 8, 9, 10, 11, 13, 15, 17, 19, 21, 23, 24, 25, 26, 27, 28, 29, 31, 33, 35, 37, 39, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 57, 59, 61, 62, 63, 64, 65, 67, 69, 71, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 87, 89, 91, 93, 95, 97, 98, 99, 100, 101, 103, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A067874 - R. J. Mathar, Feb 13 2010
The asymptotic density of this sequence is 1 - Product_{p prime} (1 - 2/p^2) = 0.677365... (1 - A065474). - Amiram Eldar, Feb 25 2021
LINKS
EXAMPLE
5 is a term since 5^2-1 = 24 = 2^3*3 is not squarefree.
MATHEMATICA
f[n_]:=SquareFreeQ[n]; lst={}; Do[If[f[n^2-1], AppendTo[lst, n]], {n, 6!}]; lst
Select[Range[120], !SquareFreeQ[#^2-1]&] (* Harvey P. Dale, Jul 16 2016 *)
CROSSREFS
Sequence in context: A247459 A020491 A168501 * A335575 A047746 A111638
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition edited by R. J. Mathar, Feb 13 2010
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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)