login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A178017 A131591 A030259 * A286877 A018860 A016484
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 04 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)