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!)
A261279 Fixed points of A065649, a permutation of nonnegative integers based on Champernowne's constant. 6

%I #8 Aug 21 2015 17:57:00

%S 0,1,2,3,4,5,6,7,8,9,32,204,354,40964,50322,65964,263125,319166,

%T 513764,626082,701753,813764,6179084,6377296,9679084,72205374,

%U 73333335,74470716,74522672,87181372,97270723,112205374,114522672,517336266,851684556,1224783704

%N Fixed points of A065649, a permutation of nonnegative integers based on Champernowne's constant.

%C Also fixed points of A065650, A261293 and A261294.

%H Hiroaki Yamanouchi, <a href="/A261279/b261279.txt">Table of n, a(n) for n = 1..2063</a>

%o (Haskell)

%o a261279 n = a261279_list !! (n-1)

%o a261279_list = [x | x <- [0..], a065649 x == x]

%Y Cf. A065649, A065650, A261293, A261294, A261335.

%K nonn

%O 1,3

%A _Reinhard Zumkeller_, Aug 14 2015

%E a(23)-a(36) from _Hiroaki Yamanouchi_, Aug 21 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 May 9 05:44 EDT 2024. Contains 372344 sequences. (Running on oeis4.)