login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A167465
a(n) = n^5 mod 16.
1
0, 1, 0, 3, 0, 5, 0, 7, 0, 9, 0, 11, 0, 13, 0, 15, 0, 1, 0, 3, 0, 5, 0, 7, 0, 9, 0, 11, 0, 13, 0, 15, 0, 1, 0, 3, 0, 5, 0, 7, 0, 9, 0, 11, 0, 13, 0, 15, 0, 1, 0, 3, 0, 5, 0, 7, 0, 9, 0, 11, 0, 13, 0, 15, 0, 1, 0, 3, 0, 5, 0, 7, 0, 9, 0, 11, 0, 13, 0, 15, 0, 1, 0, 3, 0, 5, 0, 7, 0
OFFSET
0,4
LINKS
FORMULA
a(n) = a(n-16). G.f. -x*(1+3*x^2+5*x^4+7*x^6+9*x^8+11*x^10+13*x^12+15*x^14) / ( (x-1)*(1+x)*(1+x^2)*(1+x^4)*(1+x^8) ). - R. J. Mathar, Jun 28 2011
MATHEMATICA
PowerMod[Range[0, 90], 5, 16] (* Harvey P. Dale, Sep 26 2012 *)
PROG
(Sage) [power_mod(n, 5, 16)for n in range(0, 89)] #
(PARI) a(n)=n^5%16 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A109753 A318517 A245494 * A193356 A347347 A071649
KEYWORD
nonn,easy
AUTHOR
Zerinvary Lajos, Nov 04 2009
STATUS
approved