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.

A105271 Fixed points of the permutation of the nonnegative integers defined by A105025 (i.e., n such that A105025(n) = n).

Original entry on oeis.org

0, 1, 4, 6, 17, 21, 25, 29, 1024, 1032, 1040, 1048, 1056, 1064, 1072, 1080, 1088, 1096, 1104, 1112, 1120, 1128, 1136, 1144, 1152, 1160, 1168, 1176, 1184, 1192, 1200, 1208, 1216, 1224, 1232, 1240, 1248, 1256, 1264, 1272, 1280, 1288, 1296, 1304, 1312, 1320
Offset: 1

Views

Author

Emeric Deutsch, Apr 16 2005

Keywords

Crossrefs

Programs

  • Haskell
    a105271 n = a105271_list !! (n-1)
    a105271_list = [x | x <- [0..], a105025 x == x]
    -- Reinhard Zumkeller, Jul 21 2012

Extensions

More terms from John W. Layman, Jun 03 2005
Offset corrected by Reinhard Zumkeller, Jul 21 2012