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!)
A129742 Numbers of the form: a(n)=((Prime[n] - 1)! - (Prime[n] - 1))/(2*Prime[n]). 0
0, 0, 2, 51, 164945, 18423138, 615376173176, 168483518571789, 24434798429947993043, 5256695596753687250025931034, 4278271932454694494134007741935 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
From the proof of Sir John Wilson's theorem:
numbers of sets of stellated p-gons.
REFERENCES
G. E. Andrews, Number Theory, 1971, Dover Publications New York, p 39.
LINKS
FORMULA
a(n)=((Prime[n] - 1)! - (Prime[n] - 1))/(2*Prime[n]).
MATHEMATICA
f[n_] = ((Prime[n] - 1)! - (Prime[n] - 1))/(2*Prime[n]); Table[f[n], {n, 1, 20}]
((#-1)!-#+1)/(2#)&/@Prime[Range[20]] (* Harvey P. Dale, Aug 12 2016 *)
CROSSREFS
Sequence in context: A099368 A132492 A030264 * A080921 A053455 A297947
KEYWORD
nonn
AUTHOR
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)