OFFSET
1,2
COMMENTS
Similarly to A171102, we say that a number is pandigital in base 5 iff all digits in the set {0, 1, 2, 3, 4} appear at least once in the base 5 representation of n (leading zeros being ignored); hence we have infinitely many pandigital numbers in base 5, and this sequence is infinite.
The choice of base 5 is motivated by the fact that it allows the apprehension of the graphical features of the variants of this sequence in other bases, using only a few thousand terms (see also scatterplots in Links section).
This sequence is likely a permutation of the positive numbers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program for A292833
EXAMPLE
The first terms of the sequence, alongside the sum of consecutive terms in base 5, are:
n a(n) a(n) + a(n+1) in base 5
-- ---- -----------------------
1 1 10234
2 693 10243
3 5 10234
4 689 10243
5 9 10234
6 685 10243
7 13 10234
8 681 10243
9 17 10234
10 677 10243
11 21 10234
12 673 10243
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Sep 24 2017
STATUS
approved