The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A145871 Smallest k such that k^2+1 is divisible by A002144(n)^7. 2
32318, 6826318, 96940388, 7986582530, 24900904028, 92615568742, 416081467190, 988322434636, 3219884218827, 4867146503697, 26457926739667, 47023298541694, 26661771973542, 90980209992989, 257680081342861, 283410689912607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 6826318 since A002144(2) = 13, 6826318^2+1 = 46598617437125 = 5^3*13^7*13*457 and for no k < 6826318 does 13^7 divide k^2+1. a(4) = 7986582530 since A002144(4) = 29, 7986582530^2+1 = 63785500508501200901 = 29^7*197*409*45893 and for no k < 7986582530 does 29^7 divide k^2+1.
PROG
(PARI) {e=7; forprime(p=2, 40, if(p%4==1, q=p^e; m=q; while(!issquare(m-1, &n), m=m+q); print1(n, ", ")))}
CROSSREFS
Cf. A002144 (primes of form 4n+1), A002313 (-1 is a square mod p), A059321, A145296, A145297, A145298, A145299, A145872, A145873.
Sequence in context: A137837 A115501 A218574 * A137283 A251875 A156038
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Oct 22 2008
EXTENSIONS
More terms from Klaus Brockhaus, Nov 12 2008
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 May 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)