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.

A355586 T(j,k) are the denominators t in the representation R = s/t + (2*sqrt(3)/Pi)*u/v of the resistance between two nodes separated by the distance (j,k) in an infinite triangular lattice of one-ohm resistors, where T(j,k), j >= 0, 0 <= k <= floor(j/2) is an irregular triangle read by rows.

Original entry on oeis.org

1, 3, 3, 3, 1, 1, 3, 1, 1, 3, 3, 1, 1, 3, 3, 1, 3, 3, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 3, 1, 1, 1, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1, 1, 3, 3, 1, 1, 3, 3, 3, 3, 1
Offset: 0

Views

Author

Hugo Pfoertner, Jul 09 2022

Keywords

Comments

See A355585 for more information.

Examples

			The triangle begins:
  1;
  3;
  3, 3;
  1, 1;
  3, 1, 1;
  3, 3, 1;
  1, 3, 3, 1;
  3, 3, 1, 3;
  3, 3, 3, 3, 3;
  1, 1, 1, 1, 1;
		

References

  • See A211074 for references and links.

Crossrefs

A355585 are the corresponding numerators.
A355587 and A355588 are u and v.

Programs