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!)
A327910 This is the reduced A317745, with primes -> 1 and prime + prime -> 2. 0
0, 1, 1, 1, 2, 1, 1, 2, 2, 1, 0, 2, 2, 2, 0, 1, 1, 2, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 0, 2, 2, 1, 1, 2, 2, 0, 1, 1, 2, 2, 0, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 2, 1, 0, 2, 2, 1, 1, 2, 1, 1, 2, 2, 0, 1, 1, 2, 2, 0, 2, 2, 0, 2, 2, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
This is related to Goldbach's conjecture, since entries for which the leftmost entry and the top entry are both nonzero are the sums of two primes.
The successive antidiagonals may also be regarded as the rows of a triangle, having A101264 as outside diagonals.
LINKS
FORMULA
T(n, k) = A101264(n) + A101264(k).
EXAMPLE
Beginning of the array. All elements are equal to topmost value plus leftmost value.
0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2 1 1 2 1 2 2 1
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2 1 1 2 1 2 2
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2 1 1 2 1 2
0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 0
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2 1 1 2
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2 1 1
0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2 2
1 2 2 2 1 2 2 1 2 2 1 2 1 1 2
0 1 1 1 0 1 1 0 1 1 0 1 0 0
1 2 2 2 1 2 2 1 2 2 1 2 1
0 1 1 1 0 1 1 0 1 1 0 1
0 1 1 1 0 1 1 0 1 1 0
1 2 2 2 1 2 2 1 2 2
1 2 2 2 1 2 2 1 2
0 1 1 1 0 1 1 0
0 1 1 1 0 1 1
1 2 2 2 1 2
0 1 1 1 0
1 2 2 2
1 2 2
0 1
1
Note: A101264 is both outside diagonals. A101264 and A101264 + 1 are inside diagonals, determined by their positions in the outside diagonals.
MATHEMATICA
i[n_] := If[PrimeQ[2 n - 1], 2 n - 1, 0]; A101264 = Array[i, 82];
r[k_] := Table[A101264[[j]] + A101264[[k - j + 1]], {j, 1, k}];
a = Array[r, 12] // Flatten,
CROSSREFS
Sequence in context: A365661 A284593 A190672 * A242998 A140885 A064286
KEYWORD
nonn,tabl
AUTHOR
Fred Daniel Kline, Oct 05 2019
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 March 28 10:55 EDT 2024. Contains 371241 sequences. (Running on oeis4.)