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.

A336668 Numbers with decimal expansion d_1, ..., d_w such that d_k = d*_{k + d_k} for k = 1..w where d* is the w-periodic sequence with initial terms d_1, ..., d_w.

This page as a plain text file.
%I A336668 #18 Jan 11 2021 23:22:02
%S A336668 0,1,2,3,4,5,6,7,8,9,11,20,22,24,26,28,33,40,42,44,46,48,55,60,62,64,
%T A336668 66,68,77,80,82,84,86,88,99,111,222,300,303,306,309,330,333,336,339,
%U A336668 360,363,366,369,390,393,396,399,444,555,600,603,606,609,630,633
%N A336668 Numbers with decimal expansion d_1, ..., d_w such that d_k = d*_{k + d_k} for k = 1..w where d* is the w-periodic sequence with initial terms d_1, ..., d_w.
%C A336668 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).
%C A336668 All repunits (A002275) appear in this sequence, and they are the only terms with a digit 1.
%C A336668 All numbers with repeated digits (A010785) also appear in this sequence.
%C A336668 If m > 0 belongs to the sequence, then A020338(m) and A074842(m) also belong to the sequence.
%H A336668 Rémy Sigrist, <a href="/A336668/b336668.txt">Table of n, a(n) for n = 1..10000</a>
%H A336668 Rémy Sigrist, <a href="/A336668/a336668.gp.txt">PARI program for A336668</a>
%e A336668 We can arrange the decimal digits of 46064686 around a circle as follows:
%e A336668 .               4
%e A336668 .         6           6
%e A336668 .
%e A336668 .
%e A336668 .      8                 0
%e A336668 .
%e A336668 .
%e A336668 .         6           6
%e A336668 .               4
%e A336668 - moving clockwise:
%e A336668    - the digit 4 in the north leads to the digit 4 in the south and vice versa,
%e A336668    - the digit 6 in the northeast leads to the digit 6 in the northwest,
%e A336668    - the digit 6 in the northwest leads to the digit 6 in the southwest,
%e A336668    - the digit 6 in the southwest leads to the digit 6 in the southeast,
%e A336668    - the digit 6 in the southeast leads to the digit 6 in the northeast,
%e A336668    - the digit 0 leads to itself,
%e A336668    - the digit 8 leads to itself (after a full turn),
%e A336668 - so 46064686 belongs to this sequence.
%o A336668 (PARI) See Links section.
%Y A336668 Cf. A002275, A010785, A020338, A074842, A336669.
%K A336668 nonn,base
%O A336668 1,3
%A A336668 _Rémy Sigrist_, Jul 29 2020