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.

A238248 Numbers m such that A072219(m) = 7.

Original entry on oeis.org

43, 75, 83, 85, 86, 87, 91, 107, 139, 147, 149, 150, 151, 155, 163, 165, 166, 167, 169, 170, 172, 173, 174, 175, 179, 181, 182, 183, 187, 203, 211, 213, 214, 215, 219, 235, 267, 275, 277, 278, 279, 283, 291, 293, 294, 295, 297, 298, 300, 301, 302, 303, 307
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 20 2014

Keywords

Comments

a(n) = A043689(n) + 1.

Crossrefs

Programs

  • Haskell
    a238248 n = a238248_list !! (n-1)
    a238248_list = filter ((== 7) . a072219) [1..]