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.

A331549 15-adic integer x = ...8978C2E9CE8570624D4BDA86 satisfying x^2 = x.

Original entry on oeis.org

6, 8, 10, 13, 11, 4, 13, 4, 2, 6, 0, 7, 5, 8, 14, 12, 9, 14, 2, 12, 8, 7, 9, 8, 5, 6, 7, 14, 10, 12, 4, 13, 12, 5, 6, 14, 3, 1, 8, 3, 8, 8, 2, 9, 12, 5, 14, 13, 9, 13, 4, 5, 3, 6, 6, 0, 14, 2, 8, 14, 13, 13, 2, 0, 12, 1, 9, 1, 0, 5, 4, 2, 0, 5, 8, 8, 14, 2, 2, 7
Offset: 0

Views

Author

Patrick A. Thomas, Jan 20 2020

Keywords

Comments

The base-15 version of A018248. A, B, C, D, and E are the standard representations of the hexadecimal digits 10, 11, 12, 13, and 14, respectively.

Examples

			x^2 = ...8978C2E9CE8570624D4BDA86 = x.
		

Crossrefs

Cf. A018248.

Programs

  • PARI
    \\ See A331548, with initial b=6 instead of b=3.
    
  • PARI
    A331549_vec(n)=Vecrev(digits(lift(chinese(Mod(0,3^n),Mod(1,5^n))),15)) \\ or simpler but slower: Vecrev(digits(lift(Mod(3^4,15^n)^5^(n-1)),15)) \\ M. F. Hasler, Jan 26 2020

Formula

x = 15-adic lim_{n->infinity} 3^(4*(5^n)).