The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A268832 Permutation of nonnegative integers: a(0) = 0, a(n) = 1 + A268828(A268718(n)-1). 6
0, 1, 3, 2, 7, 6, 4, 5, 19, 18, 11, 10, 9, 8, 13, 12, 27, 26, 35, 34, 33, 32, 37, 36, 21, 20, 17, 16, 31, 30, 15, 14, 43, 42, 51, 50, 49, 48, 53, 52, 69, 68, 65, 64, 47, 46, 63, 62, 29, 28, 25, 24, 55, 54, 23, 22, 67, 66, 59, 58, 57, 56, 61, 60, 75, 74, 83, 82, 81, 80, 85, 84, 101, 100, 97, 96, 79, 78, 95, 94, 125, 124, 121, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The sixth "shifted power" of A268718.
LINKS
FORMULA
a(0) = 0, and for n >= 1, a(n) = 1 + A268828(A268718(n)-1).
PROG
(Scheme) (define (A268832 n) (if (zero? n) n (+ 1 (A268828 (+ -1 (A268718 n))))))
CROSSREFS
Inverse: A268831.
Row 6 of A268830.
Sequence in context: A154436 A269402 A268934 * A201566 A072764 A364832
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 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 15 16:38 EDT 2024. Contains 372548 sequences. (Running on oeis4.)