OFFSET
1,2
COMMENTS
Conjectured to be a permutation of the natural numbers.
The central polygonal numbers can be constructed by starting with the natural numbers, setting A000124(0)=1 and obtaining A000124(n+1) by reversing the order of the next A000124(n) numbers after A000124(n). This procedure doesn't produce a permutation of the natural numbers for A000124 because the sequence is strictly increasing. The present sequence is constructed by the same procedure, except that a(n+1) is obtained by reversing the next a(A002260(n)) numbers.
LINKS
Max Barrentine, Table of n, a(n) for n = 1..1227
EXAMPLE
Start with the natural numbers:
1, 2, 3, 4, 5, 6, 7, 8, 9...
a(A002260(1))=1, so reverse the order of the next term, leaving the sequence unchanged:
(1)
1, (2), 3, 4, 5, 6, 7, 8, 9...
a(A002260(2))=1, so reverse the order of the next term, leaving the sequence unchanged:
(1)
1, 2, (3), 4, 5, 6, 7, 8, 9...
a(A002260(3))=2, so reverse the order of the next 2 terms:
(2)
1, 2, 3, (5, 4), 6, 7, 8, 9...
a(A002260(4))=1, so reverse the order of the next term, leaving the sequence unchanged:
(1)
1, 2, 3, 5, (4), 6, 7, 8, 9...
a(A002260(5))=2, so reverse the order of the next 2 terms:
(2)
1, 2, 3, 5, 4, (7, 6), 8, 9...
a(A002260(6))=3, so reverse the order of the next 3 terms:
(3)
1, 2, 3, 5, 4, 7, (9, 8, 6)...
CROSSREFS
KEYWORD
nonn
AUTHOR
Max Barrentine, Apr 15 2016
STATUS
approved