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

%I #9 May 29 2016 08:01:01

%S 1,8,2,27,54,24,3,64,250,375,192,108,135,40,4,125,686,96,1029,1372,

%T 160,1715,500,320,875,16000,448,189,3456,56,5,216,1458,3993,3000,5324,

%U 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

%N Permutation of natural numbers: a(n) = A270436(A007305(n+1)) * A270437(A047679(n-1)).

%C 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).

%H Antti Karttunen, <a href="/A273671/b273671.txt">Table of n, a(n) for n = 1..8192</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%F a(n) = A270436(A007305(n+1)) * A270437(A047679(n-1)).

%o (Scheme) (define (A273671 n) (* (A270436 (A007305 (+ 1 n))) (A270437 (A047679 (- n 1)))))

%Y Inverse: A273672.

%Y Cf. A007305, A047679, A270418, A270419, A270436, A270437.

%K nonn,look

%O 1,2

%A _Antti Karttunen_, May 27 2016

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 27 21:03 EDT 2024. Contains 372020 sequences. (Running on oeis4.)