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.

A252912 Numbers m such that A098550(m) = A251555(m).

Original entry on oeis.org

1, 22, 23, 87, 88, 108, 117, 119, 125, 127, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 339, 795, 905, 1170, 1386, 1981, 1985, 2092, 2525, 3248
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 25 2014

Keywords

Crossrefs

Cf. A098550, A251555, A252939 (first differences).

Programs

  • Haskell
    a252912 n = a252912_list !! (n-1)
    a252912_list = filter (\x -> a098550 x == a251555 x) [1..]