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!)
A139174 a(n) = (n!-4)/4. 12
5, 29, 179, 1259, 10079, 90719, 907199, 9979199, 119750399, 1556755199, 21794572799, 326918591999, 5230697471999, 88921857023999, 1600593426431999, 30411275102207999, 608225502044159999 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
In the solution set of the equation, n! + s^2 = m^2, for any n>=4 the maximum value of s is (n!-4)/4. - Sudipta Mallick, Jul 27 2019
LINKS
Sudipta Mallick, Table of n, a(n) for n = 4..400 (terms 4..300 from Vincenzo Librandi)
FORMULA
a(n) = numerator(((n+2)!-4)/(7*(n+2)!)), with offset 2. [Gary Detlefs, Nov 07 2010]
E.g.f.: -exp(x)-(12+x^2*(-6+(-4+x)*x))/(12*(-1+x)). - Stefano Spezia, Sep 08 2019
MATHEMATICA
Table[(n! - 4)/4, {n, 4, 20}]
PROG
(Magma) [(Factorial(n)-4)/4: n in [4..25]]; // Vincenzo Librandi, Jul 20 2011
CROSSREFS
Sequence in context: A160906 A163073 A190802 * A290117 A153296 A194723
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Apr 11 2008
EXTENSIONS
Definition corrected by Gary Detlefs, Nov 07 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 May 15 12:58 EDT 2024. Contains 372540 sequences. (Running on oeis4.)