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.

A068820 Ulam numbers that are primes.

Original entry on oeis.org

2, 3, 11, 13, 47, 53, 97, 131, 197, 241, 409, 431, 607, 673, 739, 751, 983, 991, 1103, 1433, 1489, 1531, 1553, 1709, 1721, 2371, 2393, 2447, 2633, 2789, 2833, 2897, 3041, 3109, 3217, 3371, 3373, 3527, 3547, 3593, 3671, 3691, 4057, 4153, 4211, 4297, 4363
Offset: 1

Views

Author

Naohiro Nomoto, Mar 29 2002

Keywords

Crossrefs

Cf. A002858.

Programs

  • Maple
    # Function 'UlamList' is defined in A002858.
    UlamPrimes := n -> select(k->isprime(k), UlamList(n)):
    UlamPrimes(403); # Peter Luschny, Apr 05 2019