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.

A088952 Numbers that are squarefree words in ternary representation.

Original entry on oeis.org

0, 1, 2, 3, 5, 6, 7, 10, 11, 15, 16, 19, 20, 21, 23, 32, 33, 34, 46, 47, 48, 57, 59, 61, 64, 65, 69, 96, 97, 100, 102, 104, 138, 140, 142, 145, 146, 173, 177, 178, 183, 185, 194, 195, 196, 208, 209, 289, 290, 291, 300, 302, 307, 312, 416, 421, 426, 428, 437, 438
Offset: 1

Views

Author

Reinhard Zumkeller, Oct 25 2003

Keywords

Comments

A088950(a(n)) = 0.

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 500], MatchQ[IntegerDigits[#, 3], Except[{_, x__, x__, _}]] &] (* Vladimir Reshetnikov, May 17 2016 *)
  • PARI
    See Links section.