A130074 Nonprimes k such that k divides 5^k - 3^k - 2^k = A130072(k).
1, 4, 6, 8, 9, 12, 15, 16, 18, 24, 25, 27, 32, 36, 44, 45, 48, 54, 64, 72, 75, 81, 95, 96, 108, 125, 128, 133, 135, 144, 162, 175, 192, 216, 225, 243, 256, 264, 288, 324, 325, 361, 375, 384, 405, 432, 475, 486, 512, 561, 576, 594, 618, 625, 648, 675, 704, 729, 768
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[10000],!PrimeQ[ # ]&&IntegerQ[(PowerMod[5,#,# ]-PowerMod[3,#,# ]-PowerMod[2,#,# ])/# ]&]
Comments