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!)
A072765 Inverse permutation to A072764. 3
0, 1, 3, 2, 6, 10, 5, 4, 7, 15, 21, 28, 36, 45, 9, 14, 8, 11, 16, 12, 22, 29, 37, 55, 66, 78, 91, 105, 120, 136, 153, 171, 190, 210, 231, 253, 276, 20, 27, 35, 44, 54, 13, 19, 17, 46, 56, 23, 67, 79, 92, 18, 25, 30, 106, 121, 38, 137, 154, 172, 47, 191, 211, 232, 254, 300 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
A. Karttunen, Gatomorphisms (with the complete Scheme source)
PROG
(Scheme function showing the general idea:) (define (A072765 n) (cond ((zero? n) n) (else (1+ (packA001477 (A072771 n) (A072772 n))))))
CROSSREFS
Sequence in context: A171632 A245609 A365789 * A210756 A210748 A331889
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 12 2002
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 1 10:04 EDT 2024. Contains 372163 sequences. (Running on oeis4.)