OFFSET
0,1
COMMENTS
Over the 2-adic integers there are 2 solutions to x^2 = -7, one ends in 01 and the other ends in 11. This sequence gives the former one. See A318960 for detailed information.
LINKS
Jianing Song, Table of n, a(n) for n = 0..1000
FORMULA
EXAMPLE
...10110001110011100100110001100000010110101.
PROG
(PARI) a(n) = truncate(-sqrt(-7+O(2^(n+2))))\2^n
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jianing Song, Sep 06 2018
EXTENSIONS
Corrected by Jianing Song, Aug 28 2019
STATUS
approved