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!)
A117359 Indices n == 1 (mod 9) such that the 3 X 3 matrix with components (row by row) prime(n+k), 0 <= k <= 8, has zero determinant. 0
1009, 6031, 9613, 19378, 49996, 67285, 91549, 101278, 102097, 107182, 142723, 154792, 168562, 175006, 183718, 196345, 200530, 204031, 215407, 240292, 263395, 264628, 277723, 289171, 299323, 307684, 313111, 369676, 372601, 376921, 425935 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
By considering only indices congruent to 1 (mod 9) each prime occurs in exactly one of these matrices. - Subsequence of A117345.
LINKS
PROG
(PARI) {m=426000; forstep(n=1, m, 9, M=matrix(3, 3, i, j, prime(n+3*(i-1)+j-1)); if(matdet(M, 1)==0, print1(n, ", ")))}
CROSSREFS
Cf. A117345.
Sequence in context: A176930 A308793 A180088 * A096210 A133584 A139059
KEYWORD
nonn
AUTHOR
Cino Hilliard, Apr 24 2006
EXTENSIONS
Edited by Klaus Brockhaus, Apr 28 2006
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)