login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
Hints
(Greetings from
The On-Line Encyclopedia of Integer Sequences
!)
A277416
Inverse permutation to
A277415
.
3
0, 1, 2, 4, 3, 10, 8, 14, 5, 32, 27, 71, 16, 105, 36, 57, 6, 134, 118, 918, 66, 2361, 415, 1224, 28, 1902, 551, 4969, 92, 2545, 217, 374, 7, 940, 803
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
COMMENTS
a(n) = the position of
A260443
(n) in
A260442
.
LINKS
Table of n, a(n) for n=0..34.
Index entries for sequences that are permutations of the natural numbers
PROG
(Scheme)
(definec (
A277416
n) (let ((b (
A260443
n))) (let loop ((k 0)) (if (= (
A260442
k) b) k (loop (+ 1 k)))))) ;; Very crude.
CROSSREFS
Inverse:
A277415
.
Cf.
A260442
,
A260443
.
Sequence in context:
A324934
A240271
A208324
*
A064691
A247071
A014664
Adjacent sequences:
A277413
A277414
A277415
*
A277417
A277418
A277419
KEYWORD
nonn
,
more
AUTHOR
Antti Karttunen
, Oct 14 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 May 27 21:38 EDT 2023. Contains 362989 sequences. (Running on oeis4.)