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!)
A152526 Numbers k with property that (k^2 mod prime(k)) < 10. 0
1, 2, 3, 4, 5, 8, 13, 21, 27, 44, 104, 365, 5477, 16787, 20272, 446691, 1793239, 9806042, 198017575, 2830612574 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k with property that A069547(k) < 10.
a(21) > 4.4*10^10, if it exists. - Amiram Eldar, Jul 04 2021
LINKS
EXAMPLE
(n, A069547(n)): (1,1),(2,1),(3,4),(4,2),(5,3),(8,7),(13,5),(21,3),(27,8),(44,6),(104,5),(365,7),(5477,7),(16787,8),(20272,3),(446691,5),(1793239,8),(9806042,2),(198017575,2),(2830612574, 6).
198017575^2 = 9384391*prime(198017575) + 2.
MATHEMATICA
Do[m=PowerMod[n, 2, Prime[n]]; If[m<10, Print[{n, m}], {n, 2*10^8}]
CROSSREFS
Cf. A069547 (n^2 mod n-th prime).
Sequence in context: A346073 A211696 A357533 * A330706 A162901 A333785
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Oct 27 2009
EXTENSIONS
a(20) from Amiram Eldar, Jul 04 2021
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 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)