A139064
Primes of the form (7+k!)/7.
Original entry on oeis.org
5702401, 186810624001, 2988969984001, 2215887149047283712000001, 1476163995198020704238093048217600000001, 19811874077955690819705574245769915192271839538955347505831613562880000000000001
Offset: 1
Cf.
A020458,
A082672,
A089085,
A089130,
A117141,
A007749,
A139056,
A139057,
A139058,
A139059,
A139060,
A139061,
A139062,
A139063,
A139065,
A139066,
A139154.
-
a = {}; Do[If[PrimeQ[(n! + 7)/7], AppendTo[a, (n! + 7)/7]], {n, 1, 50}]; a
-
for(k=7,1e3,if(ispseudoprime(t=k!/7+1),print1(t", "))) \\ Charles R Greathouse IV, Jul 15 2011
A139151
a(n) = (n!+4)/4.
Original entry on oeis.org
7, 31, 181, 1261, 10081, 90721, 907201, 9979201, 119750401, 1556755201, 21794572801, 326918592001, 5230697472001, 88921857024001, 1600593426432001, 30411275102208001, 608225502044160001, 12772735542927360001
Offset: 4
A139149
a(n) = (n!+2)/2.
Original entry on oeis.org
2, 4, 13, 61, 361, 2521, 20161, 181441, 1814401, 19958401, 239500801, 3113510401, 43589145601, 653837184001, 10461394944001, 177843714048001, 3201186852864001, 60822550204416001, 1216451004088320001, 25545471085854720001, 562000363888803840001
Offset: 2
(1!+2)/2 = 3/2 is not an integer.
a(2) = (2!+2)/2 = 2.
Offsets for above sequences are Kempner numbers
A002034.
For smallest number of the form (m!+n)/n see
A139148.
Cf.
A007749,
A020458,
A082672,
A089085,
A089130,
A117141,
A137390,
A139056-
A139066,
A139068,
A139070-
A139075,
A139157,
A139159-
A139162.
Showing 1-3 of 3 results.
Comments