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.

A261335 Fixed points of permutations A261333, A261334.

Original entry on oeis.org

53, 334, 522, 1194, 2869, 3036, 20825, 29757, 38649, 42376, 206634, 779484, 2501844, 3179745, 6144896, 7489482, 71814716, 74518733, 114518733, 427670705, 821804556, 826199354, 851684546, 1276199354, 4825184535, 9444444445, 9592618243, 14592618243, 592213913815
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 15 2015

Keywords

Crossrefs

Programs

  • Haskell
    a261335 n = a261335_list !! (n-1)
    a261335_list = [x | x <- [0..], a261333 x == x]

Extensions

a(13)-a(29) from Hiroaki Yamanouchi, Aug 21 2015