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!)
A092556 Triangle read by rows: T(1,1) = 1; for n>=2, write the first n^2 integers in an n X n array beginning with 1 in the upper left proceeding left to right and top to bottom; then T(n,k) is the first prime in the k-th row. 3
1, 2, 3, 2, 5, 7, 2, 5, 11, 13, 2, 7, 11, 17, 23, 2, 7, 13, 19, 29, 31, 2, 11, 17, 23, 29, 37, 43, 2, 11, 17, 29, 37, 41, 53, 59, 2, 11, 19, 29, 37, 47, 59, 67, 73, 2, 11, 23, 31, 41, 53, 61, 71, 83, 97, 2, 13, 23, 37, 47, 59, 67, 79, 89, 101, 113, 2, 13, 29, 37, 53, 61, 73, 89, 97, 109 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There is a prime in each row.
REFERENCES
Paulo Ribenboim, "The Little Book Of Big Primes," Springer-Verlag, NY 1991, page 185.
LINKS
MATHEMATICA
NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; Table[ NextPrim[i*n], {n, 2, 12}, {i, 0, n - 1}]
CROSSREFS
Sequence in context: A025473 A351847 A192141 * A347000 A354271 A344482
KEYWORD
nonn,tabl
AUTHOR
Robert G. Wilson v, Feb 27 2004
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 May 11 02:35 EDT 2024. Contains 372388 sequences. (Running on oeis4.)