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.

A262435 Fixed points of permutations A262411 and A262429.

Original entry on oeis.org

1, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 28, 30, 31, 32, 40, 41, 42, 43, 44, 55, 56, 57, 60, 61, 62, 63, 79, 81, 82, 83, 84, 85, 86, 91, 92, 93, 94, 95, 119, 121, 122, 123, 124, 125, 167, 168, 169, 170, 171, 189, 246, 247, 248, 253, 254, 255, 256, 257
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 22 2015

Keywords

Crossrefs

Programs

  • Haskell
    a262435 n = a262435_list !! (n-1)
    a262435_list = [x | x <- [1..], a262411 x == x]