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.

A032538 Quotient of 'base-3' division described in A032537.

Original entry on oeis.org

1, 1, 3, 8, 8, 10, 29, 111, 85, 111, 104, 101, 370, 286, 286, 370, 333, 1105, 888, 1312, 1219, 1110, 1115, 3737, 3634, 3303, 2960, 3700, 14853, 14232, 11010, 49510, 47440, 44444, 36700, 45211, 42815, 147741, 112398, 108115, 154789, 492470
Offset: 1

Views

Author

Patrick De Geest, Apr 15 1998

Keywords

Crossrefs

Cf. A032536, A032537. See also A032532 for explanation.

Programs

  • Mathematica
    Select[ FromDigits@ IntegerDigits[#, 3] / # & /@ Range[10^5], IntegerQ] (* Giovanni Resta, Jul 13 2016 *)

Extensions

Offset set to 1 by Giovanni Resta, Jul 13 2016