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!)
A245609 Permutation of natural numbers: a(n) = A244319(A064216(n)). 7
1, 3, 2, 6, 9, 26, 8, 5, 56, 344, 21, 36, 4, 11, 204, 86, 25, 16, 176, 39, 518, 24, 125, 1376, 14, 7, 1268, 10, 51, 3186, 126, 1015, 298, 476, 305, 3204, 590, 115, 50, 5636, 15, 7118, 22, 825, 162, 2388, 153, 34, 626, 45, 4356, 144, 301, 156, 4374, 131, 816, 454, 49, 260, 44, 995, 52, 168, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A244319(A064216(n)).
PROG
(PARI)
A064216(n) = A064989((2*n)-1);
A245609(n) = A244319(A064216(n)); \\ For the other needed functions, see A244319.
for(n=1, 10001, write("b245609.txt", n, " ", A245609(n)));
(Scheme) (define (A245609 n) (A244319 (A064216 n)))
CROSSREFS
Inverse: A245610.
Sequence in context: A197493 A300070 A171632 * A365789 A072765 A210756
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 29 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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)