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!)
A247167 Fixed points of permutations A247143 and A247144. 3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 23, 24, 101, 169, 182, 186, 209, 210, 215, 231, 232, 249, 1290, 1368, 1436, 1452, 1509, 1632, 1651, 1653, 1658, 1681, 1705, 1750, 1763, 1769, 1814, 1860, 2006, 2096, 2302, 2357, 2527, 2561, 2896, 2925, 3018, 3082, 3119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A247143(a(n)) = A247144(a(n)) = a(n).
LINKS
PROG
(Haskell)
a247167 n = a247167_list !! (n-1)
a247167_list = filter ((zipWith (==) [0..] a247143_list) !!) [0..]
CROSSREFS
Sequence in context: A215014 A292439 A132577 * A044960 A044822 A048308
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 21 2014
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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)