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.

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

Original entry on oeis.org

1, 3, 7, 9, 21, 49, 59, 67, 89, 147, 353, 1057, 1773, 4711, 6943, 29691, 40719, 51309, 57533, 116881, 155769, 178311, 207123, 9111701, 9636685, 10090955, 14397327, 21361545, 23023665, 50170565, 55533513, 72268665, 316155105, 635174505, 780744111, 932896685
Offset: 1

Views

Author

Keywords

Comments

a(52) > 3*10^10. - Jason Yuen, Jun 30 2024

Crossrefs

Programs

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

Extensions

More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 21 2000
More terms from Larry Reeves (larryr(AT)acm.org), Jun 01 2001
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(24)-a(32) from Max Alekseyev, May 15 2011