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!)
A163329 Inverse permutation to A163328. 7
0, 1, 3, 2, 4, 7, 5, 8, 12, 6, 10, 15, 11, 16, 22, 17, 23, 30, 21, 28, 36, 29, 37, 46, 38, 47, 57, 9, 13, 18, 14, 19, 25, 20, 26, 33, 24, 31, 39, 32, 40, 49, 41, 50, 60, 48, 58, 69, 59, 70, 82, 71, 83, 96, 27, 34, 42, 35, 43, 52, 44, 53, 63, 51, 61, 72, 62, 73, 85, 74, 86, 99 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A001477bi(A163325(n),A163326(n)), where A001477bi(x,y) = (((x+y)^2)+x+(3y))/2.
PROG
(Scheme:) (define (A163329 n) (A001477bi (A163325 n) (A163326 n)))
(define (A001477bi x y) (/ (+ (expt (+ x y) 2) x (* 3 y)) 2))
CROSSREFS
Inverse: A163328. a(n) = A163331(A163327(n)). A054239 is an analogous sequence for binary. Cf. A007089.
Sequence in context: A350077 A134571 A054086 * A362978 A261147 A212952
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 29 2009
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)