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!)
A075039 Smallest of three consecutive squarefree numbers having equal numbers of prime factors. 4
33, 85, 93, 141, 201, 213, 217, 301, 393, 445, 633, 697, 921, 1041, 1137, 1261, 1309, 1345, 1401, 1641, 1761, 1837, 1885, 1893, 1941, 1981, 2013, 2101, 2181, 2217, 2305, 2361, 2433, 2461, 2517, 2641, 2665, 2721, 2733, 3097, 3385, 3601, 3693, 3729, 3865 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A001221(a(n)) = A001222(a(n)) = A001221(a(n)+1) = A001222(a(n)+1).
EXAMPLE
33 is a member as 33, 34 and 35 are of the form p*q where p and q are primes.
MATHEMATICA
Select[Range[4000], AllTrue[# + Range[0, 2], SquareFreeQ] && Equal @@ PrimeNu[# + Range[0, 2]] &] (* Amiram Eldar, Feb 24 2021 *)
CROSSREFS
Sequence in context: A005238 A052214 A063838 * A359746 A039833 A355711
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 03 2002
EXTENSIONS
More terms from Matthew Conroy, Sep 08 2002
Edited by Reinhard Zumkeller, Jul 14 2003
Offset corrected by Amiram Eldar, Feb 24 2021
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)