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!)
A187011 Determinant of the n X n matrix with (i,j)-entry equal to |p_i-p_j|, where p_k denotes the k-th prime. 2
0, -1, 12, -80, 1152, -5632, 61440, -278528, 2752512, -42467328, 182452224, -2642411520, 23555211264, -99052683264, 869730877440, -11828339933184, 158638912045056, -656820758642688, 8683393080360960, -73742045851680768 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjecture: (-1)^(n-1)*a(n) > 0 for all n > 1, and |a(n)|^{1/n} tends to the infinity.
LINKS
EXAMPLE
a(1) = 0 since p_1 - p_1 = 2 - 2 = 0.
MATHEMATICA
a[n_]:=Det[Table[Abs[Prime[i]-Prime[j]], {i, 1, n}, {j, 1, n}]]
Table[a[n], {n, 1, 20}]
CROSSREFS
Sequence in context: A258591 A058962 A203486 * A277783 A009500 A012195
KEYWORD
sign
AUTHOR
Zhi-Wei Sun, Aug 30 2013
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)