OFFSET
1,3
COMMENTS
In other words, arranging the decimal digits of a term clockwise around a circle, any digit d, say at position p, appears at position p + d (or equivalently at position p - d).
All repunits (A002275) appear in this sequence, and they are the only terms with a digit 1.
All numbers with repeated digits (A010785) also appear in this sequence.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program for A336668
EXAMPLE
We can arrange the decimal digits of 46064686 around a circle as follows:
. 4
. 6 6
.
.
. 8 0
.
.
. 6 6
. 4
- moving clockwise:
- the digit 4 in the north leads to the digit 4 in the south and vice versa,
- the digit 6 in the northeast leads to the digit 6 in the northwest,
- the digit 6 in the northwest leads to the digit 6 in the southwest,
- the digit 6 in the southwest leads to the digit 6 in the southeast,
- the digit 6 in the southeast leads to the digit 6 in the northeast,
- the digit 0 leads to itself,
- the digit 8 leads to itself (after a full turn),
- so 46064686 belongs to this sequence.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jul 29 2020
STATUS
approved