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!)
A059497 Primes omitted from A059496. 4
53, 59, 71, 73, 79, 83, 89, 101, 103, 107, 109, 113, 293, 307, 373, 379, 383, 389, 397, 401, 409, 421, 479, 491, 499, 503, 509, 593, 599, 601, 607, 631, 661, 683, 691, 701, 709, 797, 809, 811, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Haskell)
import Data.List ((\\))
a059497 n = a059497_list !! (n-1)
a059497_list = a000040_list \\ a059496_list
-- Reinhard Zumkeller, Jan 06 2014
CROSSREFS
Sequence in context: A268913 A166385 A112418 * A059472 A165455 A180553
KEYWORD
nonn,base
AUTHOR
David W. Wilson, Feb 05 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 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)