login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260936 Numbers m such that A260933(m) = m. 2

%I #6 Aug 01 2023 17:47:47

%S 4,10,13,16,19,22,25,27,31,34,37,40,42,45,47,49,52,55,57,58,59,60,61,

%T 62,64,66,67,70,73,76,79,80,82,84,85,87,91,94,97,100,101,102,103,104,

%U 106,108,109,110,112,115,117,118,121,124,126,129,132,136,139,142

%N Numbers m such that A260933(m) = m.

%C A260933(a(n)) = a(n): fixed points of A260933.

%H Reinhard Zumkeller, <a href="/A260936/b260936.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a260936 n = a260936_list !! (n-1)

%o a260936_list = [x | x <- [1..], a260933 x == x]

%Y Cf. A260933.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Aug 04 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)