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