|
Search: id:A064136
|
|
|
| A064136 |
|
Number of divisors of 11^n + 1 that are relatively prime to 11^m + 1 for all 0 < m < n. |
|
+0 1
|
|
| 2, 2, 2, 2, 2, 2, 4, 2, 4, 2, 2, 16, 4, 8, 8, 4, 4, 8, 2, 16, 4, 2, 4, 16, 16, 4, 2, 4, 16, 8, 2, 16, 8, 16, 16, 48, 8, 4, 4, 8, 4, 8, 4, 4, 16, 8, 16, 16, 4, 16, 8, 8, 2, 16, 16, 32
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
Sam Wagstaff, Cunningham Project, Factorizations of 11^n-1, n<=240
|
|
MATHEMATICA
|
a = {1}; Do[ d = Divisors[ 11^n + 1 ]; l = Length[ d ]; c = 0; k = 1; While[ k < l + 1, If[ Union[ GCD[ a, d[ [ k ] ] ] ] == {1}, c++ ]; k++ ]; Print[ c ]; a = Union[ Flatten[ Append[ a, Transpose[ FactorInteger[ 11^n + 1 ] ][ [ 1 ] ] ] ] ], {n, 0, 55} ]
|
|
CROSSREFS
|
Sequence in context: A104369 A051702 A073130 this_sequence A143526 A072924 A036263
Adjacent sequences: A064133 A064134 A064135 this_sequence A064137 A064138 A064139
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 10 2001
|
|
|
Search completed in 0.002 seconds
|