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!)
A263329 Fixed points of permutations A263327 and A263328. 5
0, 1, 2, 17, 18, 84, 939, 1005, 1006, 1021, 1022, 1023 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(k) = A263355(k,1) for k such that A263383(k) = 1.
LINKS
PROG
(Haskell)
a263329 n = a263329_list !! (n-1)
a263329_list = [x | x <- [0..1023], a263327 x == x]
CROSSREFS
Sequence in context: A198408 A198534 A032936 * A342470 A368856 A106849
KEYWORD
nonn,fini,full
AUTHOR
Reinhard Zumkeller, Oct 15 2015
STATUS
approved

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 19 09:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)