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!)
A247229 Minimum of the greatest prime factors of (i^prime(n)-1)/(i-1), when i runs through all integers in [2, prime(n)]. 1
3, 7, 11, 127, 89, 8191, 30839, 363889, 178481, 2089, 4404047, 616318177, 164511353, 2099863, 13264529, 20394401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If in the definition "greatest" is replaced with "smallest", then we obtain A035095 (see comment there).
LINKS
FORMULA
a(n) == 1 (mod prime(n)).
PROG
(PARI) a(n) = {mini = 0; p = prime(n); for (i=2, p, f = factor((i^p-1)/(i-1)); gpf = f[#f~, 1]; if (! mini, mini = gpf, mini = min(mini, gpf)); ); mini; } \\ Michel Marcus, Dec 09 2014
CROSSREFS
Sequence in context: A287301 A105762 A057469 * A082598 A082599 A354082
KEYWORD
nonn,more
AUTHOR
Vladimir Shevelev, Nov 27 2014
EXTENSIONS
More terms from Peter J. C. Moses, Nov 27 2014
a(13)-a(14) from Michel Marcus, Dec 09 2014
a(15)-a(16) from Jinyuan Wang, Mar 03 2020
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 June 4 09:20 EDT 2024. Contains 373092 sequences. (Running on oeis4.)