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!)
A232799 Inverse permutation of the sequence of positive integers at A232798. 2
1, 2, 4, 3, 5, 11, 6, 9, 21, 10, 7, 16, 8, 12, 28, 13, 26, 62, 27, 14, 33, 15, 22, 52, 23, 50, 120, 51, 24, 57, 25, 17, 40, 18, 38, 91, 39, 19, 45, 20, 29, 69, 30, 67, 161, 68, 31, 74, 32, 63, 151, 64, 149, 359, 150, 65, 156, 66, 34, 81, 35, 79, 190, 80, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
x = {1}; Do[x = DeleteDuplicates[Flatten[Transpose[{x, x + 1, 3 x - 1, 3 x + 1}]]], {8}]; x (* A232798 *)
y = Flatten[Table[Position[x, n], {n, 1, 157}]] (* A232799 *)
CROSSREFS
Sequence in context: A264996 A100826 A338161 * A276472 A245702 A297706
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Nov 30 2013
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)