cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059497 Primes omitted from A059496.

Original entry on oeis.org

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
Offset: 1

Views

Author

David W. Wilson, Feb 05 2001

Keywords

Crossrefs

Cf. A059496.

Programs

  • Haskell
    import Data.List ((\\))
    a059497 n = a059497_list !! (n-1)
    a059497_list = a000040_list \\  a059496_list
    -- Reinhard Zumkeller, Jan 06 2014