(40gs & 40G) OEIS A014085 Prime Count between N^2 & (N+1)^2
|
09-11-2017, 05:30 PM
(This post was last modified: 09-11-2017 07:04 PM by Gerald H.)
Post: #1
|
|||
|
|||
(40gs & 40G) OEIS A014085 Prime Count between N^2 & (N+1)^2
The programme inserts symbolics in the Sequence App to produce the series
https://oeis.org/A014085 NB OEIS starts the series at zero, the Sequence App starts at one, so values are offset by one. Code: RECURSE(U,Σ(X=(N-1)^2,N^2,IFTE(ISPRIME?(X),1,0)),0,2)►U1(N): |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)