A255163 Irrational parts of circle radii in nested circles and hexagons (see comment).
1, 2, -12, 168, -2160, 27936, -361152, 4669056, -60362496, 780378624, -10088893440, 130431264768, -1686241898496, 21800077959168, -281835838291968, 3643630995013632, -47105601999667200, 608990795936169984, -7873156775230046208
Offset: 0
Keywords
Links
- Kival Ngaokrajang, Illustration of initial terms, Vitruvian Man
Programs
-
PARI
{a=2;b=1;print1(b,", ");for(n=1,30,c=12*b-6*a;d=4*a-6*b;print1(d,", ");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.: -(14*x+1) / (12*x^2-12*x-1).
(End)
Comments