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.

A032549 Numbers that, when expressed in base 7 and then interpreted in base 10, yield a multiple of the original number.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 51, 102, 105, 153, 156, 207, 210, 258, 261, 312, 315, 2589, 2590, 2601, 2753, 5354, 5355, 5506, 8108, 8259, 8260, 10861, 11013, 11025, 13614, 13615, 13626, 13766, 13778, 16379, 16380, 16531, 33045, 140403, 289065, 1123224
Offset: 1

Views

Author

Patrick De Geest, Apr 15 1998

Keywords

Comments

Decimal 'base-7 looking' numbers divided by their actual base-7 values (n) is an integer.

Crossrefs

Cf. A032548, A032550. See also A032532 for explanation.

Programs

  • Mathematica
    Select[Range@ 300000, Mod[ FromDigits[ IntegerDigits[#, 7]], #] == 0 &] (* Giovanni Resta, Oct 21 2019 *)

Extensions

Offset set to 1 by Giovanni Resta, Oct 21 2019
Name edited by Jon E. Schoenfield, Oct 25 2019