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!)
A139151 a(n) = (n!+4)/4. 5
7, 31, 181, 1261, 10081, 90721, 907201, 9979201, 119750401, 1556755201, 21794572801, 326918592001, 5230697472001, 88921857024001, 1600593426432001, 30411275102208001, 608225502044160001, 12772735542927360001 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
Maximal solution for x such that x^2-y^2 = n! (because ((n! + 4)/4)^2 - ((n! - 4)/4)^2 = n! ). [Artur Jasinski, Mar 31 2012]
LINKS
MATHEMATICA
Table[(n! + 4)/4, {n, 4, 30}]
PROG
(PARI) a(n)=n!/4+1 \\ Charles R Greathouse IV, Jun 20 2012
CROSSREFS
Sequence in context: A208446 A172634 A322205 * A139060 A324621 A223144
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Apr 11 2008
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 12:36 EDT 2024. Contains 371711 sequences. (Running on oeis4.)