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!)
A273671 Permutation of natural numbers: a(n) = A270436(A007305(n+1)) * A270437(A047679(n-1)). 8
1, 8, 2, 27, 54, 24, 3, 64, 250, 375, 192, 108, 135, 40, 4, 125, 686, 96, 1029, 1372, 160, 1715, 500, 320, 875, 16000, 448, 189, 3456, 56, 5, 216, 1458, 3993, 3000, 5324, 10985, 8640, 2916, 3645, 12096, 281216, 9317, 7000, 170368, 5103, 1080, 750, 3087, 352, 3430, 3773, 416, 4116, 1125, 576, 1500, 1625, 704, 270, 297, 72, 6, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Permutation of natural numbers induced by looking up the position of A007305(n+1)/A047679(n-1) [each fraction in the full Stern-Brocot tree] in the set of positive rationals as ordered by A270418(n)/A270419(n).
LINKS
FORMULA
a(n) = A270436(A007305(n+1)) * A270437(A047679(n-1)).
PROG
(Scheme) (define (A273671 n) (* (A270436 (A007305 (+ 1 n))) (A270437 (A047679 (- n 1)))))
CROSSREFS
Inverse: A273672.
Sequence in context: A340008 A006708 A355585 * A303635 A179315 A096041
KEYWORD
nonn,look
AUTHOR
Antti Karttunen, May 27 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 March 28 15:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)