A255162 Rational part of circle radii in nested circles and hexagons (see comment).
2, 0, 24, -288, 3744, -48384, 625536, -8087040, 104550912, -1351655424, 17474476032, -225913577472, 2920656642048, -37758842634240, 488153991315456, -6310954007396352, 81589295984541696, -1054802999903256576, 13636707550653579264
Offset: 0
Keywords
Links
- Kival Ngaokrajang, Illustration of initial terms, Vitruvian Man
Programs
-
PARI
{a=2;b=1;print1(a,", ");for(n=1,30,c=12*b-6*a;d=4*a-6*b;print1(c,", ");a=c;b=d)}
Formula
Conjectures from Colin Barker, Feb 15 2015: (Start)
a(n) = -12*a(n-1) + 12*a(n-2).
G.f.: -2*(12*x+1) / (12*x^2 - 12*x - 1).
(End)
Comments