A245823 Fixed points of A245821 and A245822.
1, 2, 3, 4, 5, 7, 11, 17, 24, 31, 59, 89, 127, 184, 277, 461, 669, 709, 1097, 1787, 1995, 3259, 4999, 5381, 8807, 15299, 17351, 30133, 48593, 52711, 60810, 91081, 167449, 192263
Offset: 1
Keywords
Programs
-
PARI
default(primelimit, 2^30);for(n=1, 2^18, if(A245821(n) == n, print1(n, ", "))); \\ Other code as in A245821.
-
Scheme
;; With Antti Karttunen's IntSeq-library. (define A245823 (FIXED-POINTS 1 1 A245821))
Comments