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!)
A254050 Permutation of odd numbers: a(n) = (2*(A249745(n))) - 1 = A064989(A007310(n)). 5
1, 3, 5, 7, 11, 13, 17, 19, 9, 23, 29, 15, 31, 37, 41, 43, 25, 47, 21, 53, 59, 33, 61, 67, 71, 35, 73, 79, 39, 83, 55, 51, 89, 97, 101, 103, 107, 109, 57, 65, 49, 27, 113, 127, 85, 131, 137, 77, 69, 139, 149, 87, 151, 95, 157, 163, 121, 167, 45, 173, 179, 93, 91, 181, 191, 193, 197, 115, 111, 119, 199, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (2*(A249745(n))) - 1.
a(n) = A064989(A007310(n)).
PROG
(Scheme, two versions)
(define (A254050 n) (+ -1 (* 2 (A249745 n))))
(define (A254050 n) (A064989 (A007310 n)))
CROSSREFS
Sequence in context: A263321 A244365 A171014 * A250094 A351398 A285516
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 26 2015
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 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)