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.

A307024 Lexicographically earliest sequence of different terms starting with a(1) = 1 and a(2) = 2 such that two consecutive terms of opposite parity are followed by their sum; else (same parity), by the smallest term not yet in the sequence.

This page as a plain text file.
%I A307024 #7 Mar 21 2019 17:20:46
%S A307024 1,2,3,5,4,9,13,6,19,25,7,8,15,23,10,33,43,11,12,24,14,16,17,34,51,85,
%T A307024 18,103,121,20,141,161,21,22,44,26,27,53,28,81,109,29,30,59,89,31,32,
%U A307024 63,95,35,36,71,107,37,38,75,113,39,40,79,119,41,42,83,125,45,46,91,137,47,48,96,49,145,50,195,245,52,297,349,54,403
%N A307024 Lexicographically earliest sequence of different terms starting with a(1) = 1 and a(2) = 2 such that two consecutive terms of opposite parity are followed by their sum; else (same parity), by the smallest term not yet in the sequence.
%C A307024 This sequence is a permutation of the positive integers.
%H A307024 Jean-Marc Falcoz, <a href="/A307024/b307024.txt">Table of n, a(n) for n = 1..10002</a>
%e A307024 The sequence starts with 1,2,3,5,4,9,13,6,19,25,7,... and we see that:
%e A307024 a(1) = 1 and a(2) = 2 being of opposite parity are followed by their sum (3);
%e A307024 a(2) = 2 and a(3) = 3 being of opposite parity are followed by their sum (5);
%e A307024 a(3) = 3 and a(4) = 5 being of the same parity are followed by the smallest term not yet in the sequence (4);
%e A307024 a(4) = 5 and a(5) = 4 being of opposite parity are followed by their sum (9);
%e A307024 a(5) = 4 and a(6) = 9 being of opposite parity are followed by their sum (13);
%e A307024 a(6) = 9 and a(7) = 13 being of the same parity are followed by the smallest term not yet in the sequence (6);
%e A307024 etc.
%Y A307024 This sequence is based on the same idea developed in A307023, but with no duplicate term: a(20) = 24 here but a(20) = 23 there.
%K A307024 base,nonn,look
%O A307024 1,2
%A A307024 _Eric Angelini_ and _Jean-Marc Falcoz_, Mar 20 2019