OFFSET
1,1
COMMENTS
Row 1 has 3 terms. Row 2 has 12 terms. Row 3 has 56 terms. All rows after the first have an even number of terms.
LINKS
T. D. Noe, Rows n = 1..5, flattened
EXAMPLE
3+7=10, 41+59=100, 317+683=1000.
MATHEMATICA
Flatten[Table[ps = Prime[Range[PrimePi[10^n]]]; Select[ps, MemberQ[ps, 10^n - #] &], {n, 3}]] (* T. D. Noe, Jan 27 2012 *)
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Livio Rosai, Jan 27 2012
STATUS
approved