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.

A262360 Fixed points of A262356 and of A262358.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 42, 4410, 3060996
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 19 2015

Keywords

Comments

A261466(a(n)) = a(n).

Crossrefs

Programs

  • Haskell
    a262360 n = a262360_list !! (n-1)
    a262360_list = [x | x <- [1..], a262356 x == x]

Extensions

a(15) from Alois P. Heinz, Sep 20 2015