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.

A217515 Base-n state complexity of partitioned deterministic finite automaton (PDFA) for the periodic sequence (123)*.

Original entry on oeis.org

6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6, 4, 3, 6
Offset: 2

Views

Author

N. J. A. Sloane, Oct 07 2012

Keywords

Programs

  • Magma
    &cat[[6, 4, 3]: n in [0..30]]; // Vincenzo Librandi, Nov 18 2012
  • Mathematica
    CoefficientList[Series[(6 + 4*x + 3*x^2)/((1 - x^3)),{x, 0, 40}], x] (* Vincenzo Librandi, Nov 18 2012 *)

Formula

Periodic with period length 3.
G.f.: x^2*(6 + 4*x + 3*x^2)/((1 - x^3)). - Vincenzo Librandi, Nov 18 2012

Extensions

Terms corrected by Vincenzo Librandi, Nov 18 2012