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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

1, 7, 16, 96, 103, 112, 224, 864, 6736, 134208, 292464, 1000176, 5891856, 9647136
Offset: 1

Views

Author

Keywords

Comments

This sequence differs from A061934 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. - Lars Blomberg, Oct 02 2011

Examples

			See A029495 for example.
		

Crossrefs

Programs

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

Extensions

Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(10)-a(11) from Larry Reeves (larryr(AT)acm.org), Jun 15 2001, Jan 16 2002
a(12)-a(14) from Lars Blomberg, Oct 02 2011
Showing 1-1 of 1 results.