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.

A195679 Order of n-th homotopy group of the topological group O(oo), with -1 if the homotopy group is Z.

Original entry on oeis.org

2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1, 2, 2, 1, -1, 1, 1, 1, -1
Offset: 0

Views

Author

N. J. A. Sloane, Sep 22 2011

Keywords

Comments

Computed by R. Bott in 1957. Periodic with period 8.

Crossrefs

Cf. A047530.

Programs

  • Mathematica
    LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 1},{2, 2, 1, -1, 1, 1, 1, -1},128] (* Ray Chandler, Aug 25 2015 *)
  • PARI
    Vec((1 + x + x^2)*(2 - x^2 + 2*x^4 - x^5) / ((1 - x)*(1 + x)*(1 + x^2)*(1 + x^4)) + O(x^100)) \\ Colin Barker, Aug 28 2019

Formula

From Colin Barker, Aug 28 2019: (Start)
G.f.: (1 + x + x^2)*(2 - x^2 + 2*x^4 - x^5) / ((1 - x)*(1 + x)*(1 + x^2)*(1 + x^4)).
a(n) = a(n-8) for n>7.
(End)

Extensions

Corrected by Harry Richman, Aug 27 2019