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.

A263329 Fixed points of permutations A263327 and A263328.

Original entry on oeis.org

0, 1, 2, 17, 18, 84, 939, 1005, 1006, 1021, 1022, 1023
Offset: 1

Views

Author

Reinhard Zumkeller, Oct 15 2015

Keywords

Comments

a(k) = A263355(k,1) for k such that A263383(k) = 1.

Crossrefs

Programs

  • Haskell
    a263329 n = a263329_list !! (n-1)
    a263329_list = [x | x <- [0..1023], a263327 x == x]