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!)
A139090 a(n) = smallest prime divisor of the number prime(n)!/9 + 1. 0
3, 31, 31, 23, 379, 83, 610301, 293, 101, 47, 281, 127, 278174297, 2971, 109, 5090615254324820333, 46411, 106087, 269, 288931, 59047158151, 120871, 373, 19140822523, 56595118147, 1708207, 331, 38749, 157, 2927, 2143 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
MATHEMATICA
a = {}; Do[w = FactorInteger[(Prime[n]! + 9)/9]; AppendTo[a, First[w][[1]]], {n, 4, 16}]; a
Table[FactorInteger[p!/9+1][[1, 1]], {p, Prime[Range[4, 35]]}] (* Harvey P. Dale, Sep 19 2020 *)
CROSSREFS
Sequence in context: A218357 A090543 A215946 * A238197 A042477 A023297
KEYWORD
more,nonn
AUTHOR
Artur Jasinski, Apr 08 2008
EXTENSIONS
More terms from Jon E. Schoenfield, Jul 16 2010
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)