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!)
A265341 Permutation of odd numbers: a(n) = 1 + (2*A265353(n)). 6

%I #7 Dec 13 2015 07:50:40

%S 1,3,7,5,9,21,13,19,25,11,15,39,17,27,63,49,57,75,31,23,67,37,55,61,

%T 43,73,79,29,33,93,47,51,147,139,111,129,35,45,117,53,81,189,157,171,

%U 225,103,69,201,145,165,183,151,219,237,85,65,193,41,71,211,121,199,205,91,59,175,109,163,169,115,181,187,97

%N Permutation of odd numbers: a(n) = 1 + (2*A265353(n)).

%H Antti Karttunen, <a href="/A265341/b265341.txt">Table of n, a(n) for n = 0..9841</a>

%F a(n) = 1 + (2*A265353(n)).

%o (Scheme) (define (A265341 n) (+ 1 (* 2 (A265353 n))))

%Y Topmost row of A265345.

%Y Cf. A265353.

%Y Cf. also A265342, A263273.

%K nonn

%O 0,2

%A _Antti Karttunen_, Dec 07 2015

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 September 14 16:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)