|
Search: id:A093547
|
|
|
| A093547 |
|
Numbers n such that n divides 3^n^2 - 1. |
|
+0 2
|
|
| 1, 2, 4, 8, 10, 16, 20, 32, 40, 50, 64, 68, 80, 100, 110, 128, 136, 160, 164, 200, 220, 250, 256, 272, 320, 328, 340, 400, 440, 500, 512, 544, 550, 610, 640, 656, 680, 772, 800, 820, 880, 1000, 1010, 1024, 1088, 1100, 1156, 1210, 1220, 1250, 1280, 1312, 1360
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
This sequence is closed under multiplication. A067945 is a subsequence of this sequence.A067945 is also closed under multiplication. In fact if m is an integer and k is a natural number then the sequence " n divides m^n^k - 1 " is a subsequence of the sequence " n divides m^n^(k+1)- 1 " and both are closed under multiplication.
"Closed under multiplication" means that if x and y are terms then so it x*y.
|
|
MATHEMATICA
|
v={}; Do[If[IntegerQ[(3^n^2-1)/n], v=Append[v, n]; Print[v]], {n, 2500}]
|
|
CROSSREFS
|
Cf. A067945, A093546, A006521.
Sequence in context: A026169 A060378 A036975 this_sequence A068382 A025612 A102248
Adjacent sequences: A093544 A093545 A093546 this_sequence A093548 A093549 A093550
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Farideh Firoozbakht (mymontain(AT)yahoo.com), Mar 31 2004
|
|
|
Search completed in 0.002 seconds
|