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.

A249602 Indices of primes in A084937.

Original entry on oeis.org

2, 3, 4, 6, 9, 10, 12, 13, 16, 19, 24, 27, 28, 30, 31, 37, 43, 45, 51, 54, 55, 58, 60, 61, 67, 73, 76, 79, 82, 85, 94, 96, 97, 100, 103, 106, 115, 121, 124, 130, 133, 136, 139, 142, 144, 145, 151, 160, 163, 166, 169, 175, 178, 187, 192, 198, 201, 202, 205
Offset: 1

Views

Author

N. J. A. Sloane, Nov 03 2014

Keywords

Crossrefs

Programs

  • Haskell
    a249602 n = a249602_list !! (n-1)
    a249602_list = filter ((== 1) . a010051' . a084937) [1..]
    -- Reinhard Zumkeller, Nov 04 2014