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.

A322091 Digits of one of the two 13-adic integers sqrt(-3).

Original entry on oeis.org

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

Views

Author

Jianing Song, Nov 26 2018

Keywords

Comments

This square root of -3 in the 13-adic field ends with digit 6. The other, A322092, ends with digit 7.

Examples

			...36225C13B64119495621560453C582989447A6C36.
		

Crossrefs

Programs

  • PARI
    a(n) = truncate(sqrt(-3+O(13^(n+1))))\13^n

Formula

a(n) = (A322089(n+1) - A322089(n))/13^n.
For n > 0, a(n) = 12 - A322092(n).
This 13-adic integer is the 13-adic limit as n -> oo of the integer sequence {L(13^n,6)}, where L(n,x) denotes the n-th Lucas polynomial, the n-th row polynomial of A114525. - Peter Bala, Dec 05 2022