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.

A029452 Numbers k that divide the (right) concatenation of all numbers <= k written in base 7 (most significant digit on left).

Original entry on oeis.org

1, 3, 7, 12, 21, 28, 44, 49, 60, 61, 63, 81, 84, 91, 97, 108, 140, 147, 180, 189, 196, 204, 212, 243, 252, 303, 308, 324, 343, 349, 376, 392, 441, 504, 831, 1029, 1057, 1176, 1561, 2401, 2744, 3101, 4312, 5096, 6027, 7203, 8232, 10339, 11669, 12936, 13755
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    b = 7; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)

Extensions

More terms from David W. Wilson