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!)
A122417 Factorials from an irrationality measure for e, with a(1) = 2. 4
2, 6, 24, 120, 720, 24, 40320, 120, 5040, 720, 479001600, 120, 87178291200, 40320, 720, 5040, 6402373705728000, 5040, 2432902008176640000, 720, 40320, 479001600, 620448401733239439360000, 120, 39916800, 87178291200, 3628800, 40320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If n > 1, then a(n) is the smallest factorial such that |e - m/n| > 1/a(n) for any integer m.
a(n) is the second smallest factorial divisible by n.
LINKS
Mohammad K. Azarian, Euler's Number Via Difference Equations, International Journal of Contemporary Mathematical Sciences, Vol. 7, 2012, No. 22, pp. 1095 - 1102.
J. Sondow, A geometric proof that e is irrational and a new measure of its irrationality, Amer. Math. Monthly 113 (2006) 637-641.
FORMULA
a(n) = (A002034(n)+1)! = A122416(n)!.
EXAMPLE
a(6) = (S(6)+1)! = (3+1)! = 24.
MATHEMATICA
nmax = 28;
Do[m = 1; While[!IntegerQ[m!/n], m++]; a[n] = (m+1)!, {n, 1, nmax}];
Array[a, nmax] (* Jean-François Alcover, Dec 04 2018 *)
CROSSREFS
Sequence in context: A071088 A177533 A370384 * A321008 A033644 A212309
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Sep 03 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 April 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)