login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A218710
a(n) is smallest number such that a(n)^2 + 1 is divisible by 17^n.
9
0, 4, 38, 1985, 27493, 390112, 390112, 96940388, 3379649772, 24306922095, 450044583893, 5597937117454, 28673959190179, 3524407382568745, 13428985415474682, 13428985415474682, 5711417117604156904, 91610966633729580058, 6709533061724423693474
OFFSET
0,2
EXAMPLE
a(4) = 27493 because 27493^2+1 = 2 * 5 ^ 2 * 17 ^ 4 * 181.
MATHEMATICA
b=4; n17=17; jo=Join[{0, b}, Table[n17=17*n17; b=PowerMod[b, 17, n17]; b=Min[b, n17-b], {99}]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 04 2012
STATUS
approved