A152458 Numbers k that A064413(k) = k.
1, 2, 8, 40, 64
Offset: 1
Programs
-
Haskell
a152458 n = a152458_list !! (n-1) a152458_list = [x | x <- [1..], a064413 x == x] -- Reinhard Zumkeller, Sep 15 2014
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.
a152458 n = a152458_list !! (n-1) a152458_list = [x | x <- [1..], a064413 x == x] -- Reinhard Zumkeller, Sep 15 2014
Comments