cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A252460 Inverse permutation to A083221 considered as a permutation of natural numbers (with assumption that a(1) = 1).

Original entry on oeis.org

1, 2, 4, 3, 7, 5, 11, 8, 6, 12, 16, 17, 22, 23, 9, 30, 29, 38, 37, 47, 13, 57, 46, 68, 10, 80, 18, 93, 56, 107, 67, 122, 24, 138, 14, 155, 79, 173, 31, 192, 92, 212, 106, 233, 39, 255, 121, 278, 15, 302, 48, 327, 137, 353, 19, 380, 58, 408, 154, 437, 172, 467, 69, 498, 25, 530, 191, 563, 81, 597, 211, 632, 232, 668, 94, 705, 20
Offset: 1

Views

Author

Antti Karttunen, Dec 19 2014

Keywords

Crossrefs

Essentially after a(1) one more than A249742.
Inverse permutation: A083221.

Formula

a(1) = 1; for n>1: a(n) = 2 + ((((x+y)^2) - x - 3*y)/2), where x = A055396(n) and y = A078898(n).
a(1) = 1; for n>1: a(n) = 1 + A249742(n-1).