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!)
A171511 Numbers that are not the sum of the k-th composite number and k for any k >= 1. 2
1, 2, 3, 4, 6, 7, 9, 10, 12, 14, 16, 17, 19, 20, 22, 24, 26, 27, 29, 30, 32, 34, 36, 37, 39, 41, 43, 45, 47, 48, 50, 51, 53, 55, 57, 59, 61, 62, 64, 66, 68, 69, 71, 72, 74, 76, 78, 79, 81, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
Comps:= remove(isprime, [$4..200]):
A:= {seq(Comps[i]+i, i=1..nops(Comps))}:
sort(convert({$1..max(A)} minus A, list)); # Robert Israel, Mar 23 2020
CROSSREFS
Complement of A161537.
Sequence in context: A211264 A189725 A248635 * A225819 A205805 A246372
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 10 2009
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 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)