login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A202149 Triangle read by rows: T(n, k) = mod(2^k, n), where 1 <= k < n. 1

%I #9 Mar 30 2012 17:27:26

%S 0,2,1,2,0,0,2,4,3,1,2,4,2,4,2,2,4,1,2,4,1,2,4,0,0,0,0,0,2,4,8,7,5,1,

%T 2,4,2,4,8,6,2,4,8,6,2,2,4,8,5,10,9,7,3,6,1,2,4,8,4,8,4,8,4,8,4,8,2,4,

%U 8,3,6,12,11,9,5,10,7,1,2,4,8,2,4,8,2,4

%N Triangle read by rows: T(n, k) = mod(2^k, n), where 1 <= k < n.

%C Rows indexed by odd primes end in 1 (and of course so do rows indexed by base 2 pseudoprimes, A001567). Of those rows, the ones that are permutations of the integers 1 to p - 1 correspond to primes with primitive root 2 (A001122).

%H T. D. Noe, <a href="/A202149/b202149.txt">Rows n = 2..100, flattened</a>

%e Triangle starts:

%e 0

%e 2 1

%e 2 0 0

%e 2 4 3 1

%e 2 4 2 4 2

%e 2 4 1 2 4 1

%e 2 4 0 0 0 0 0

%e 2 4 8 7 5 1 2 4

%e 2 4 8 6 2 4 8 6 2

%e 2 4 8 5 10 9 7 3 6 1

%e 2 4 8 4 8 4 8 4 8 4 8

%t ColumnForm[Table[PowerMod[2, k, n], {n, 2, 20}, {k, n - 1}], Center]

%Y Cf. A036117, 2^n mod 11; A036118, 2^n mod 13; A201908, irregular triangle of 2^k mod (2n - 1).

%K nonn,tabl,easy

%O 2,2

%A _Alonso del Arte_, Dec 12 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 14 12:42 EDT 2024. Contains 375164 sequences. (Running on oeis4.)