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.

A062937 Numbers k that, when expressed in base 6 and then interpreted in base 8, give a multiple of k.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 1459, 1564, 3023, 3129, 3139, 3244, 4703, 4704, 4809, 6383, 6384, 8754, 9384, 18138, 18774, 18834, 19464, 28218, 28224, 28854, 38298, 38304, 79802, 326236, 2463293, 2628864, 14779758, 15773184, 22011172, 88678548, 94639104, 209918592
Offset: 1

Views

Author

Erich Friedman, Jul 21 2001

Keywords

Examples

			1459 in base 6 is 10431, which interpreted in base 8 is 4377=3*1459.
		

Crossrefs

Programs

  • Mathematica
    Join[{0},Select[Range[21*10^7],Mod[FromDigits[IntegerDigits[#,6],8],#]==0&]] (* Harvey P. Dale, Apr 21 2024 *)

Extensions

More terms from Naohiro Nomoto, Aug 06 2001
Offset changed to 1 and a(33)-a(38) from Georg Fischer, Mar 13 2023