|
| |
|
|
A133278
|
|
Triangle read by rows, giving the arithmetic progressions of primes defined by A088430.
|
|
0
| |
|
|
2, 3, 5, 5, 11, 17, 7, 157, 307, 457, 11, 1536160091, 3072320171, 4608480251, 6144640331, 13, 9918821194603, 19837642389193, 29756463583783, 39675284778373, 49594105972963, 17, 341976204789992332577
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Index entries for sequences related to primes in arithmetic progressions
|
|
|
FORMULA
| T(n,k)=prime(n)+k*A088430(n), 0<=k<n, n>0. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 08 2008
|
|
|
EXAMPLE
| Triangle begins:
2
3 5
5 11 17
7 157 307 457
11 1536160091 3072320171 4608480251 6144640331
...
|
|
|
MAPLE
| a088430 := [1, 2, 6, 150, 1536160080, 9918821194590, 341976204789992332560] ; for n from 1 to nops(a088430) do for i from 0 to n-1 do printf("%d, ", ithprime(n)+i*op(n, a088430)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 08 2008
|
|
|
CROSSREFS
| For common differences see A088430, for initial terms see A000040, for last terms see A113834
Sequence in context: A092749 A152076 A138181 * A050368 A156834 A079024
Adjacent sequences: A133275 A133276 A133277 * A133279 A133280 A133281
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Oct 17 2007
|
|
|
EXTENSIONS
| More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 08 2008
|
| |
|
|