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.

A239748 Number of distinct sequences defined by the elements of powers >= 0 of n X n (0,1) matrices.

Original entry on oeis.org

2, 13, 132, 3833, 363288
Offset: 1

Views

Author

Keywords

Examples

			a(2) = 13 because there are 13 distinct sequences in the set of 256 sequences formed by each element of each 2 X 2 binary matrix raised to successive powers >= 0.  The first 10 terms of the distinct sequences and the frequencies of occurrence are:
Sequence                                Frequency
0, 0, 0, 0, 0,  0,  0,  0,   0,   0, ...       16
0, 1, 0, 0, 0,  0,  0,  0,   0,   0, ...        2
0, 1, 0, 1, 0,  1,  0,  1,   0,   1, ...        2
0, 1, 1, 1, 1,  1,  1,  1,   1,   1, ...        4
0, 1, 1, 2, 3,  5,  8, 13,  21,  34, ...        4
0, 1, 2, 3, 4,  5,  6,  7,   8,   9, ...        2
0, 1, 2, 4, 8, 16, 32, 64, 128, 256, ...        2
1, 0, 0, 0, 0,  0,  0,  0,   0,   0, ...       12
1, 0, 1, 0, 1,  0,  1,  0,   1,   0, ...        2
1, 0, 1, 1, 2,  3,  5,  8,  13,  21, ...        2
1, 1, 1, 1, 1,  1,  1,  1,   1,   1, ...       12
1, 1, 2, 3, 5,  8, 13, 21,  34,  55, ...        2
1, 1, 2, 4, 8, 16, 32, 64, 128, 256, ...        2
.                                        Total 64
		

Crossrefs

Cf. A238596.