login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A322845
Lexicographically earliest sequence of distinct positive terms such that the sum of two consecutive terms has distinct digits in factorial base.
3
1, 3, 2, 8, 5, 9, 4, 6, 7, 12, 10, 13, 33, 34, 43, 24, 22, 45, 23, 44, 38, 29, 17, 50, 18, 28, 39, 46, 21, 25, 42, 26, 20, 47, 30, 16, 51, 31, 15, 52, 49, 19, 27, 40, 37, 48, 53, 14, 32, 35, 11, 56, 54, 55, 60, 41, 36, 65, 173, 182, 174, 64, 291, 170, 68, 287
OFFSET
1,2
COMMENTS
In other words, for any n > 0, a(n) + a(n+1) belongs to A321682.
Apparently, all the positive integers appear in the sequence.
This sequence has interesting graphical features (see scatterplots in Links section).
This sequence is to A321682 what A228730 is to A002113.
EXAMPLE
The first terms, alongside the factorial representation of a(n)+a(n+1), are:
n a(n) fact(a(n)+a(n+1))
-- ---- -----------------
1 1 (2,0)
2 3 (2,1)
3 2 (1,2,0)
4 8 (2,0,1)
5 5 (2,1,0)
6 9 (2,0,1)
7 4 (1,2,0)
8 6 (2,0,1)
9 7 (3,0,1)
10 12 (3,2,0)
11 10 (3,2,1)
12 13 (1,3,2,0)
PROG
(C) // See Links section.
CROSSREFS
KEYWORD
nonn,base,look
AUTHOR
Rémy Sigrist, Dec 29 2018
STATUS
approved