A139151 a(n) = (n!+4)/4.
7, 31, 181, 1261, 10081, 90721, 907201, 9979201, 119750401, 1556755201, 21794572801, 326918592001, 5230697472001, 88921857024001, 1600593426432001, 30411275102208001, 608225502044160001, 12772735542927360001
Offset: 4
Links
- Amiram Eldar, Table of n, a(n) for n = 4..450
Programs
-
Mathematica
Table[(n! + 4)/4, {n, 4, 30}]
-
PARI
a(n)=n!/4+1 \\ Charles R Greathouse IV, Jun 20 2012
Comments