login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087328 Independence numbers for KT_3 knight on hexagonal board. 3
1, 3, 4, 4, 9, 12, 15, 16, 22, 27, 31, 36, 43, 51, 58, 64, 75, 83, 93, 100, 112, 123, 133, 144, 157, 171, 184, 196, 213, 227, 243, 256, 274, 291, 307, 324, 343, 363, 382, 400, 423, 443, 465, 484, 508, 531, 553, 576, 601, 627, 652, 676, 705, 731, 759, 784, 814 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
J.-P. Bode and H. Harborth, Independence for knights on hexagon and triangle boards, Discrete Math., 272 (2003), 27-35.
FORMULA
a(n) = ceiling(n^2/4) if n == 0, 1, 4, 8, 11 (mod 12), ceiling(n^2/4) + 1 if n == 3, 9 (mod 12) and ceiling(n^2/4) + 2 if n == 2, 5, 6, 7, 10 (mod 12) and n != 6.
G.f.: x*(1+x-2*x^2-2*x^3+6*x^4-x^5-4*x^6+x^7+3*x^8-x^9+x^11-2*x^12+2*x^14-x^15) / ((1-x)^3*(1+x)*(1+x^2)*(1-x^2+x^4)). - Colin Barker, Feb 02 2016
PROG
(PARI) Vec(x*(1+x-2*x^2-2*x^3+6*x^4-x^5-4*x^6+x^7+3*x^8-x^9+x^11-2*x^12+2*x^14-x^15)/((1-x)^3*(1+x)*(1+x^2)*(1-x^2+x^4)) + O(x^100)) \\ Colin Barker, Feb 02 2016
CROSSREFS
Sequence in context: A245258 A086180 A016608 * A368163 A202816 A089411
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 21 2003
EXTENSIONS
More terms from David Wasserman, May 06 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)