A216132 11^n mod 10000.
11, 121, 1331, 4641, 1051, 1561, 7171, 8881, 7691, 4601, 611, 6721, 3931, 3241, 5651, 2161, 3771, 1481, 6291, 9201, 1211, 3321, 6531, 1841, 251, 2761, 371, 4081, 4891, 3801, 1811, 9921, 9131, 441, 4851, 3361, 6971, 6681, 3491, 8401, 2411, 6521, 1731, 9041, 9451, 3961, 3571, 9281, 2091, 3001, 3011, 3121, 4331, 7641
Offset: 1
Links
- V. Raman, Table of n, a(n) for n = 1..500
Crossrefs
Cf. A216100.
Programs
-
PARI
for(i=1, 500, print(11^i%10000" "))
Comments