A194585 Starting points of stapled intervals of length 17.
2184, 27830, 32214, 57860, 62244, 87890, 92274, 117920, 122304, 147950, 152334, 177980, 182364, 208010, 212394, 238040, 242424, 268070, 272454, 298100, 302484, 328130, 332514, 358160, 362544, 388190, 392574, 418220, 422604, 448250
Offset: 1
Keywords
Links
- Fidel I. Schaposnik, Table of n, a(n) for n = 1..666
- Index entries for linear recurrences with constant coefficients, signature (1, 1, -1).
Programs
-
PARI
{u=vector(17,j,1);v=vector(17,j,j);for(k=2,1e9, nextprime(k)
Formula
From Colin Barker, Aug 16 2014: (Start)
a(n) = (-15031 + 10631*(-1)^n + 30030*n)/2.
a(n) = a(n-1) + a(n-2) - a(n-3).
G.f.: 2*x*(1100*x^2 + 12823*x + 1092) / ((x-1)^2*(x+1)). (End)
Comments