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.

A029513 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 20 (most significant digit on right).

Original entry on oeis.org

1, 2, 4, 5, 6, 10, 12, 14, 18, 19, 53, 703, 1824, 2185, 2546, 5054, 6594, 9841, 1393056, 1648110, 1984492, 2648114, 3430811, 8070122
Offset: 1

Views

Author

Keywords

Comments

This sequence differs from A061949 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. [Lars Blomberg, Oct 14 2011]

Examples

			See A029495 for example.
		

Crossrefs

Programs

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

Extensions

Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(19)-a(24) from Lars Blomberg, Oct 14 2011