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!)
A212282 Minimal m>=1 such that n!/m-1 is prime. 7
1, 1, 2, 1, 1, 4, 2, 4, 5, 1, 10, 1, 4, 3, 6, 4, 8, 6, 9, 25, 4, 28, 12, 11, 9, 10, 3, 1, 2, 1, 1, 3, 34, 5, 9, 1, 35, 24, 2, 5, 3, 24, 16, 7, 5, 32, 23, 6, 13, 13, 16, 7, 6, 20, 7, 31, 6, 94, 22, 26, 78, 9, 21, 8, 15, 11, 88, 11, 7, 58, 64, 56, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,3
LINKS
MATHEMATICA
a[n_] := Block[{f = n!, j=1}, While[! PrimeQ[Floor[f/j]-1], j++];
j]; v = a /@ Range[3, 75] (* Giovanni Resta, Feb 14 2013 *)
CROSSREFS
Cf. A212281.
Sequence in context: A256098 A177276 A123199 * A346032 A157125 A335941
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Feb 14 2013
EXTENSIONS
a(12)-a(75) from Giovanni Resta, Feb 14 2013
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)