The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A246276 Inverse of A246275 considered as a permutation of natural numbers. 9
1, 3, 2, 6, 4, 10, 7, 5, 11, 15, 16, 21, 22, 8, 29, 28, 37, 36, 46, 17, 56, 45, 67, 9, 79, 12, 92, 55, 106, 66, 121, 30, 137, 13, 154, 78, 172, 68, 191, 91, 211, 105, 232, 23, 254, 120, 277, 14, 301, 93, 326, 136, 352, 24, 379, 155, 407, 153, 436, 171, 466, 57, 497, 39, 529, 190, 562, 192, 596, 210, 631, 231, 667, 47, 704, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 1 + ((((x+y)^2) - x - 3*y)/2), where x = A055396(n+1) and y = A246277(n+1).
PROG
(Scheme) (define (A246276 n) (let ((x (A055396 (+ 1 n))) (y (A246277 (+ 1 n)))) (* (/ 1 2) (- (expt (+ x y) 2) x y y y -2))))
CROSSREFS
Inverse: A246275.
Sequence in context: A094077 A260220 A249742 * A091018 A248971 A329435
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 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 May 21 05:34 EDT 2024. Contains 372728 sequences. (Running on oeis4.)