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!)
A243501 Permutation of even numbers: a(n) = 2*A048673(n). 11
2, 4, 6, 10, 8, 16, 12, 28, 26, 22, 14, 46, 18, 34, 36, 82, 20, 76, 24, 64, 56, 40, 30, 136, 50, 52, 126, 100, 32, 106, 38, 244, 66, 58, 78, 226, 42, 70, 86, 190, 44, 166, 48, 118, 176, 88, 54, 406, 122, 148, 96, 154, 60, 376, 92, 298, 116, 94, 62, 316, 68, 112, 276, 730, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A048673(n).
a(n) = A003961(n) + 1.
a(n) = A243502(A245447(n)).
PROG
(Scheme, two different versions)
(define (A243501 n) (+ 1 (A003961 n)))
(define (A243501v2 n) (* 2 (A048673 n)))
CROSSREFS
Sequence in context: A243502 A275632 A269360 * A076246 A100426 A373401
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 21 2014
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 July 15 00:00 EDT 2024. Contains 374323 sequences. (Running on oeis4.)