|
Search: id:A035008
|
|
|
| A035008 |
|
Total number of possible knight moves on an n+2 X n+2 chessboard, if the knight is placed anywhere. |
|
+0 18
|
|
| 0, 16, 48, 96, 160, 240, 336, 448, 576, 720, 880, 1056, 1248, 1456, 1680, 1920, 2176, 2448, 2736, 3040, 3360, 3696, 4048, 4416, 4800, 5200, 5616, 6048, 6496, 6960, 7440, 7936, 8448, 8976, 9520, 10080, 10656, 11248, 11856, 12480, 13120, 13776
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
16 times triangular numbers A000217.
Centered 16-gonal numbers A069129, minus 1. Also, sequence found by reading the segment (0, 16) together with the line from 16, in the direction 16, 47,..., in the square spiral whose vertices are the triangular numbers A000217. - Omar E. Pol (info(AT)polprimos.com), Apr 26 2008
|
|
LINKS
|
O. E. Pol, Determinacion geometrica de los numeros primos y perfectos.
|
|
FORMULA
|
a(n) = 8*n*(n+1). G.F.: A(x) = 16*x/(1-x)^3.
a(n) = A069129(n+1) - 1. - Omar E. Pol (info(AT)polprimos.com), Apr 26 2008
|
|
EXAMPLE
|
3 X 3-Board: knight can be placed in 8 positions with 2 moves from each, so a(1) = 16.
|
|
MAPLE
|
with(finance):seq(add(futurevalue( k, 3, 2), k=0..n), n=0..41); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 15 2008
|
|
CROSSREFS
|
Cf. A033586, A035006, A002492, A027468.
Cf. A000217, A069129.
Sequence in context: A084112 A050428 A134605 this_sequence A023648 A098322 A109098
Adjacent sequences: A035005 A035006 A035007 this_sequence A035009 A035010 A035011
|
|
KEYWORD
|
easy,nonn,nice
|
|
AUTHOR
|
Ulrich Schimke (ulrschimke(AT)aol.com)
|
|
EXTENSIONS
|
More terms from Erich Friedman (erich.friedman(AT)stetson.edu)
|
|
|
Search completed in 0.002 seconds
|