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!)
A269355 Permutation of natural numbers: a(n) = A269380(A250469(n)). 5
1, 2, 3, 4, 5, 6, 7, 8, 23, 10, 11, 12, 13, 14, 15, 16, 9, 18, 17, 20, 31, 22, 25, 24, 21, 26, 27, 28, 19, 30, 29, 32, 49, 34, 71, 36, 37, 38, 39, 40, 41, 42, 43, 44, 107, 46, 47, 48, 119, 50, 51, 52, 35, 54, 89, 56, 101, 58, 53, 60, 61, 62, 63, 64, 115, 66, 67, 68, 173, 70, 55, 72, 33, 74, 75, 76, 131, 78, 77, 80, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A269380(A250469(n)).
Other identities. For all n >= 1:
a(2n) = 2n. [Fixes the even numbers.]
EXAMPLE
For n=9 we first find what number is below 9 in square array A083221, which is 25, then we find what number is above 25 in square array A255127, which is 23, thus a(9) = 23.
PROG
(Scheme) (define (A269355 n) (A269380 (A250469 n)))
CROSSREFS
Inverse: A269356.
Cf. also arrays A083221 & A255127.
More recursed variant: A269357. Cf. also permutations A266645, A255407, A269171.
Sequence in context: A215888 A240963 A053408 * A269357 A335900 A096986
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 03 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 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)