A031321 Position of n-th 8 in A031312.
76, 78, 80, 82, 84, 217, 220, 223, 226, 229, 367, 370, 373, 376, 379, 517, 520, 523, 526, 529, 667, 670, 673, 676, 679, 817, 820, 823, 826, 829, 967, 970
Offset: 1
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.
a:= n-> (t-> denom(t/10^length(t)))(parse(cat(2*i-1$i=1..n))): seq(a(n), n=1..16); # Alois P. Heinz, Jun 25 2025