OFFSET
1,1
COMMENTS
P(x) is a function which represents a prime number at a particular ordinal x. This pattern, dp(x), describes the difference between consecutive prime numbers as described by p(x) (see A236175) and therefore the length of dp(x) is len(p(x)) - 1 and each value in dp(x) times P(x) is the difference between values determined not primed when running one pass of a reductive sieve, starting at P(x)^2. See A236185.
LINKS
Christopher J. Hanson, Table of n, a(n) for n = 1..5759
CROSSREFS
KEYWORD
nonn
AUTHOR
Christopher J. Hanson, Jan 21 2014
STATUS
approved