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!)
A277711 a(n) = position of the first occurrence of n in A264977. 5
0, 1, 2, 3, 4, 9, 6, 7, 8, 81, 18, 23, 12, 17, 14, 15, 16, 153, 162, 47, 36, 49, 46, 87, 24, 73, 34, 159, 28, 33, 30, 31, 32, 177, 306, 95, 324, 97, 94, 303, 72, 137, 98, 111, 92, 297, 174, 175, 48, 145, 146, 135, 68, 1257, 318, 295, 56, 321, 66, 143, 60, 65, 62, 63, 64, 273, 354, 191, 612, 193, 190, 1119, 648, 265, 194, 1335, 188, 1233, 606 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(Scheme) (define (A277711 n) (let loop ((k 0)) (if (= (A264977 k) n) k (loop (+ 1 k))))) ;; Very crude.
CROSSREFS
Cf. A264977.
Leftmost column of A277710.
Fixed points: A023758.
Sequence in context: A236837 A235042 A234742 * A060866 A064478 A111798
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 29 2016
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)