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!)
A072767 Inverse permutation to A072766. 3
0, 1, 2, 3, 4, 7, 5, 6, 10, 11, 16, 22, 29, 37, 8, 12, 9, 15, 21, 14, 28, 36, 45, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172, 191, 211, 232, 254, 17, 23, 30, 38, 47, 13, 18, 20, 55, 66, 27, 78, 91, 105, 19, 25, 35, 120, 136, 44, 153, 171, 190, 54, 210, 231, 253, 276 (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 (A072767 n) (cond ((zero? n) n) (else (1+ (packA001477 (A072772 n) (A072771 n))))))
CROSSREFS
Sequence in context: A014321 A175343 A239965 * A071651 A072658 A099864
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)