A361170 The leading column of the table of primes in the top row and subsequent rows defined by the GPF of Pascal-alike sums of previous rows.
2, 5, 7, 3, 5, 5, 3, 2, 3, 3, 2, 7, 3, 2, 7, 3, 5, 2, 7, 3, 5, 3, 5, 5, 3, 2, 7, 7, 7, 5, 7, 5, 2, 7, 7, 3, 5, 7, 3, 2, 2, 2, 2, 7, 3, 5, 3, 3, 2, 3, 2, 2, 3, 2, 7, 3, 2, 7, 7, 5, 5, 7, 3, 2, 3, 3, 2, 5, 2, 7, 7, 3, 5, 3, 2, 2, 2, 2, 5, 2, 2, 3, 3, 2, 2, 2, 2, 5, 5, 2, 2, 3, 2, 2
Offset: 1
Keywords
Examples
The table starts 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 5 2 3 3 3 5 3 7 13 5 17 13 7 5 5 7 5 2 23 3 7 5 3 3 2 2 5 5 3 11 5 5 3 5 3 3 7 5 13 11 3 2 3 5 2 7 5 2 7 2 5 2 2 2 3 5 3 3 3 11 5 5 2 7 3 3 7 3 3 7 7 2 2 5 2 2 3 3 7 7 5 7 3 5 3 5 5 3 5 7 3 2 7 7 2 5 3 5 7 3 3 5 2 2 2 5 2 2 3 5 5 3 7 3 7 2 2 3 5 2 2 7 2 2 7 7 2 5 2 5 2 5 5 5 3 2 5 2 7 5
Links
- Mihai Caragiu, Alexandru Zaharescu and Mohammad Zaki, An analogue of the Proth-Gilbreath conjecture. Far East Journal of Mathematical Sciences, 81(1) (2013), 1-12.
Programs
Formula
a(n) = T(n,1) where T(1,k) = prime(k), T(n,k) = A006530( T(n-1,k+1) + T(n-1,k)).