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!)
A118069 a(n) = smallest composite which is > n! and is coprime to n!. 0
4, 4, 9, 25, 25, 121, 721, 5041, 40321, 362881, 3628801, 39916813, 479001601, 6227020801, 87178291201, 1307674368001, 20922789888001, 355687428096001, 6402373705728001, 121645100408832001, 2432902008176640001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
scc[n_]:=Module[{nf=n!, k}, k=nf+1; While[!CompositeQ[k]||!CoprimeQ[k, nf], k++]; k]; Array[ scc, 30, 0] (* Harvey P. Dale, Apr 09 2023 *)
CROSSREFS
Sequence in context: A117879 A334009 A069549 * A089539 A324010 A117416
KEYWORD
nonn
AUTHOR
Leroy Quet, May 11 2006
EXTENSIONS
More terms from Adam Panagos (adam.panagos(AT)gmail.com), May 15 2006
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 September 4 05:14 EDT 2024. Contains 375679 sequences. (Running on oeis4.)