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!)
A163890 Orbit size of n in permutation A163355. 10
1, 1, 2, 2, 6, 3, 3, 6, 6, 6, 3, 3, 6, 3, 6, 3, 1, 3, 3, 3, 1, 1, 2, 2, 4, 2, 2, 4, 4, 2, 4, 2, 4, 8, 8, 4, 4, 2, 2, 4, 2, 2, 2, 2, 8, 8, 4, 4, 4, 4, 8, 8, 4, 2, 4, 2, 4, 8, 4, 8, 2, 2, 2, 2, 6, 6, 6, 6, 12, 6, 6, 12, 12, 12, 6, 6, 18, 18, 18, 6, 3, 3, 6, 6, 6, 3, 3, 6, 6, 6, 3, 3, 6, 3, 6, 3, 9, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Will all terms of A003586 eventually appear?
LINKS
PROG
(Scheme:) (define (A163890 n) (let loop ((i 1) (nn (A163355 n))) (cond ((= nn n) i) (else (loop (1+ i) (A163355 nn))))))
CROSSREFS
Sequence in context: A308140 A306464 A338449 * A298983 A128623 A182701
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 19 2009
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 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)