Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A098502
a(n) = 16*n - 4.
7
12, 28, 44, 60, 76, 92, 108, 124, 140, 156, 172, 188, 204, 220, 236, 252, 268, 284, 300, 316, 332, 348, 364, 380, 396, 412, 428, 444, 460, 476, 492, 508, 524, 540, 556, 572, 588, 604, 620, 636, 652, 668, 684, 700, 716, 732, 748, 764, 780, 796, 812, 828, 844
OFFSET
1,1
COMMENTS
For n > 3, the number of squares on the infinite 4-column chessboard at <= n knight moves from any fixed start point.
FORMULA
G.f.: 4*x*(3+x)/(1-x)^2. - Colin Barker, Jan 09 2012
Sum_{n>=1} (-1)^(n+1)/a(n) = (Pi + log(3 - 2*sqrt(2)))/(16*sqrt(2)). - Amiram Eldar, Sep 01 2024
MATHEMATICA
Range[12, 1000, 16] (* Vladimir Joseph Stephan Orlovsky, May 31 2011 *)
PROG
(Magma) [16*n - 4: n in [1..60]]; // Vincenzo Librandi, Jul 24 2011
(PARI) a(n)=16*n-4 \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Sep 15 2004
STATUS
approved