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!)
A066681 Badly sieved numbers (A066680) which are not primes. 2
8, 12, 18, 27, 30, 45, 50, 63, 70, 75, 80, 98, 105, 112, 125, 128, 147, 154, 165, 168, 175, 176, 182, 192, 195, 208, 220, 231, 242, 245, 260, 264, 273, 275, 286, 312, 325, 338, 340, 343, 357, 363, 374, 380, 385, 396, 399, 408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A099104(a(n))*A005171(a(n)) = 1. [Reinhard Zumkeller, Nov 12 2009]
EXAMPLE
8 is the first nonprime in A066680, as multiples of 2 are marked only up to 4 = 2^2 and all other multiples of unmarked numbers < 8 do not hit 8.
PROG
(Haskell)
a066681 n = a066681_list !! (n-1)
a066681_list = filter ((== 0) . a010051) a066680_list
-- Reinhard Zumkeller, Feb 17 2012
CROSSREFS
Cf. A010051.
Sequence in context: A087696 A293529 A028393 * A276403 A171241 A120137
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 31 2001
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 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)