# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a070337 Showing 1-1 of 1 %I A070337 #28 Dec 07 2019 12:18:23 %S A070337 1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20, %T A070337 13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22, %U A070337 17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7 %N A070337 a(n) = 2^n mod 27. %H A070337 G. C. Greubel, Table of n, a(n) for n = 0..1000 %H A070337 Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 0, 0, 0, 0, -1, 1). %F A070337 From _R. J. Mathar_, Apr 13 2010: (Start) %F A070337 a(n) = a(n-1) - a(n-9) + a(n-10). %F A070337 G.f.: (1 + x + 2*x^2 + 4*x^3 + 8*x^4 - 11*x^5 + 5*x^6 + 10*x^7 - 7*x^8 + 14*x^9)/ ((1-x) * (1+x) * (x^2 - x + 1) * (x^6 - x^3 + 1)). (End) %F A070337 a(n) = a(n-18). - _G. C. Greubel_, Mar 13 2016 %t A070337 PowerMod[2,Range[0,80],27] (* _Harvey P. Dale_, Mar 30 2012 *) %o A070337 (Sage) [power_mod(2,n,27)for n in range(0,71)] # _Zerinvary Lajos_, Nov 03 2009 %o A070337 (PARI) a(n)=lift(Mod(2,27)^n) \\ _Charles R Greathouse IV_, Mar 22 2016 %o A070337 (GAP) List([0..88],n->PowerMod(2,n,27)); # _Muniru A Asiru_, Jan 31 2019 %K A070337 nonn,easy %O A070337 0,2 %A A070337 _N. J. A. Sloane_, May 12 2002 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE