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.

A262363 Primes in A262356.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 101, 41, 103, 61, 71, 107, 29, 43, 53, 37, 73, 83, 109, 47, 59, 67, 79, 97, 89, 113, 401, 601, 701, 211, 503, 307, 311, 409, 509, 607, 709, 907, 809, 1009, 127, 131, 2003, 313, 4001, 137, 7001, 139, 9001, 1103, 3001, 1201
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 20 2015

Keywords

Comments

a(n) = A262356(A262371(n));
a permutation of the prime numbers, cf. A262377.

Crossrefs

Programs

  • Haskell
    a262363 n = a262363_list !! (n-1)
    a262363_list = filter ((== 1) . a010051') a262356_list