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.

Showing 1-3 of 3 results.

A212200 Multiplicative order of n in nim-multiplication.

Original entry on oeis.org

1, 3, 3, 15, 15, 15, 15, 5, 15, 5, 15, 15, 5, 5, 15, 85, 85, 255, 255, 85, 85, 255, 255, 85, 85, 255, 255, 255, 255, 85, 85, 255, 255, 255, 255, 85, 255, 85, 255, 255, 255, 255, 255, 255, 85, 255, 85, 255, 85, 85, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 85, 85, 255, 255, 51, 255, 255, 255, 51, 255, 255, 17, 255, 85, 255, 17, 255, 85
Offset: 1

Views

Author

N. J. A. Sloane, May 03 2012

Keywords

Comments

For n <= 255, computed using R. J. Mathar's Maple programs from A051775. a(256) = 21845 from J. H. Conway and Alex Ryba, May 04 2012
Apparently, all terms belong to A001317, and A001317(k) appears 2^k times. - Rémy Sigrist, Jun 14 2020
From Jianing Song, Aug 10 2022: (Start)
The observation above is incorrect. Note that {0,1,...,2^2^k-1} together with the nim operations makes a field isomorphic to GF(2^2^k). This means that:
- Every number is a divisor of a number of the form 2^2^k-1, and every divisor of 2^2^k-1 for some k appears;
- If d is a divisor of 2^2^k-1 for some k, then d appears phi(d) times among {a(1),a(2),...,a(2^2^m-1)} for all m >= k, phi = A000010. This means that if d > 1, and k is the smallest number such that d | 2^2^k-1, then d can only appear among {a(2^2^(k-1)),...a(2^2^k-1)}.
So the correct result should be: all terms are divisors of numbers of the form 2^2^k-1, and each divisor d appears phi(d) times.
For example, 641 would appear 640 times in this sequence, among {a(2^32),...,a(2^64-1)}, although to determine their positions is hard. (End)

Examples

			The nim-products 4*4*...*4 are (cf. A051775): 4, 4^2=6, 4^3=4*6=14, 4^4=4*14=5, 4^5=2, 4^6=8, ..., 4^14=15, 4^15=1, so 4 has order a(4) = 15.
		

References

  • J. H. Conway, On Numbers and Games, Academic Press, Chapter 6.

Crossrefs

A212203 Distinct numbers appearing in A212200 in their order of appearance.

Original entry on oeis.org

1, 3, 15, 5, 85, 255, 51, 17, 21845, 65535, 4369, 13107, 1285, 771, 3855, 257, 1431655765, 4294967295, 84215045, 858993459, 50529027, 286331153, 252645135, 16843009
Offset: 1

Views

Author

N. J. A. Sloane, May 03 2012

Keywords

Comments

This is a permutation of A094358.

Examples

			A212200 begins 1, 3, 3, 15, 15, 15, 15, 5, 15, 5, 15, 15, 5, 5, 15, 85, ..., containing 1, 3, 15, 5, 85, ..., which gives the beginning of A212203. The numbers in question appear at positions 1, 2, 4, 8, 16, 18, ..., which is A212204.
		

References

  • J. H. Conway and Alex Ryba, Personal communication, May 03 2012 and Jun 10 2012

Crossrefs

Extensions

More terms from Alex Ryba, Jun 10 2012

A212202 Where records in A212200 occur.

Original entry on oeis.org

1, 2, 4, 16, 18, 256, 258, 65536, 65540
Offset: 1

Views

Author

N. J. A. Sloane, May 03 2012

Keywords

Crossrefs

Extensions

a(7)-a(9) from Alex Ryba, Jun 10 2012
Showing 1-3 of 3 results.