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.

A330766 Length of longest cycle in n-th row of A329278 (triangular numbers mod 2^n).

Original entry on oeis.org

1, 1, 2, 6, 14, 30, 40, 55, 247, 488, 818, 1652, 4060, 3754, 15748, 20161, 20128, 85861, 159827, 211265, 620076, 993084, 1487646, 2542051, 12137774, 28169497, 32223531, 87591110, 232647749, 379598603, 877039442
Offset: 0

Views

Author

Peter Kagey, Dec 30 2019

Keywords

Examples

			For n = 3, the third row of A329278 is [0, 1, 3, 6, 2, 7, 5, 4] (zero-indexed) which has cycle 2 -> 3 -> 6 -> 5 -> 7 -> 4 -> 2, a cycle of length a(3) = 6.
		

Crossrefs

Cf. A329278.