login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A172187 Numbers k such that k and k+1 are squarefree but 2*k+1 is not. 3
13, 22, 37, 58, 73, 85, 94, 122, 130, 137, 157, 166, 181, 193, 202, 229, 237, 238, 253, 262, 265, 301, 302, 310, 318, 346, 373, 382, 409, 418, 433, 437, 445, 454, 462, 465, 481, 514, 517, 526, 537, 541, 553, 562, 589, 598, 634, 661, 662, 670, 697, 706, 733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[750], And @@ SquareFreeQ /@ {#, # + 1} && !SquareFreeQ[2# + 1] &] (* Amiram Eldar, Mar 22 2020 *)
CROSSREFS
Complement of A007674 and A172186.
Sequence in context: A164504 A162245 A159302 * A164412 A164472 A164446
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 28 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 December 6 09:02 EST 2023. Contains 367600 sequences. (Running on oeis4.)