OFFSET
1,1
COMMENTS
{-a(n)} gives all negative fourth powers modulo all powers of 2, that is, negative fourth powers over 2-adic integers.
LINKS
Jianing Song, Table of n, a(n) for n = 1..9999 (all terms <= 150000)
FORMULA
a(n) = 15*n + O(log(n)).
PROG
(PARI) isA319282(n)= n\16^valuation(n, 16)%16==15
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Sep 16 2018
STATUS
approved