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