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!)
A181895 Difference between maximum and minimum positive value y in solutions to x^2 - y^2 = n!. 0
4, 28, 176, 1258, 10070, 90692, 907184, 9979181, 119750111, 1556754911, 21794572379, 326918591535, 5230697470143, 88921857013919, 1600593426385151, 30411275101997759, 608225502043759679 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
FORMULA
a(n) = A139174(n) - A038202(n).
MATHEMATICA
cc = {}; Do[f = n!/4; x = Max[Select[Divisors[f], # <= Sqrt[f] &]]; kk = f/x - x; kkk = ((n! - 4)/4); AppendTo[cc, kkk - kk], {n, 4, 20}]; cc
CROSSREFS
Sequence in context: A291918 A223166 A026298 * A264707 A216211 A366810
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Mar 31 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)