|
Search: id:A147522
|
|
|
| A147522 |
|
Minimal number such that a(n)*41^n is of the form x^2 + x + 41 |
|
+0 3
|
| |
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
For values x see A147520 For x^2 + x + 41 values see A147521
|
|
MATHEMATICA
|
a = {}; Do[x = 0; While[Mod[x^2 + x + 41, 41^n] != 0, x++ ]; AppendTo[a, (x^2 + x + 41)/41^n}]; Print[{n, x, x^2 + x + 41, (x^2 + x + 41)/41^n}], {n, 1, 6}]; a (*Artur Jasinski*)
|
|
CROSSREFS
|
A145292, A145293, A145294, A147520, A147521, A147522
Sequence in context: A060485 A081795 A091748 this_sequence A155477 A125828 A116139
Adjacent sequences: A147519 A147520 A147521 this_sequence A147523 A147524 A147525
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Nov 06 2008
|
|
|
Search completed in 0.002 seconds
|