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.

A257457 Indices of primes in A257339.

Original entry on oeis.org

2, 3, 4, 6, 8, 10, 11, 12, 14, 15, 18, 19, 20, 22, 23, 27, 30, 35, 38, 42, 47, 48, 49, 52, 53, 54, 60, 61, 63, 64, 69, 70, 73, 74, 83, 85, 87, 89, 92, 94, 97, 102, 112, 114, 116, 117, 120, 125, 127, 128, 134, 136, 139, 146, 149, 151, 153, 155, 156, 158, 159
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 24 2015

Keywords

Comments

A010051(a(n)) = 1.

Crossrefs

Programs

  • Haskell
    a257457 n = a257457_list !! (n-1)
    a257457_list = filter ((== 1) . a010051 . a257339) [1..]