|
Search: id:A125949
|
|
|
| A125949 |
|
Numbers n such that n divides 5^n - 4. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Numbers n such that n divides 5^n + 4 are listed in A123047 = {1, 3, 129, 60767, 76433163, 454034821, ...}.
|
|
MAPLE
|
a(1) = 1; Do[ If[ PowerMod[5, 2n - 1, 2n - 1] - 4 == 0, Print[2n - 1]], {n, 10^9}]
|
|
CROSSREFS
|
Cf. A067946 = numbers n such that n divides 5^n-1. Cf. A015951 = numbers n such that n | 5^n + 1. Cf. A123047, A123091, A015891, A123061, A123052, A124246, A123062.
Sequence in context: A031657 A031567 A031747 this_sequence A138087 A096517 A096790
Adjacent sequences: A125946 A125947 A125948 this_sequence A125950 A125951 A125952
|
|
KEYWORD
|
bref,hard,more,nonn
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 04 2007
|
|
|
Search completed in 0.002 seconds
|