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.

A033828 Numbers that can be expressed as the product of two 2-digit numbers in at least one way.

Original entry on oeis.org

100, 110, 120, 121, 130, 132, 140, 143, 144, 150, 154, 156, 160, 165, 168, 169, 170, 176, 180, 182, 187, 190, 192, 195, 196, 198, 200, 204, 208, 209, 210, 216, 220, 221, 224, 225, 228, 230, 231, 234, 238, 240, 242, 247, 250, 252, 253, 255, 256, 260, 264, 266
Offset: 1

Views

Author

Keywords

Comments

Last term is 9801 = 99*99.
There are 2,621 terms in the sequence, all of which are in the b-file. - Harvey P. Dale, Jun 14 2017

Programs

  • Mathematica
    Times@@@Tuples[Range[10,99],2]//Union (* Harvey P. Dale, Jun 14 2017 *)

Extensions

More terms from Harvey P. Dale, Jun 14 2017