A256569 a(n) is the total number of pentagrams in a variant of pentagram fractal after n iterations.
1, 6, 21, 61, 171, 461, 1181, 2951
Offset: 1
Links
- Kival Ngaokrajang, Illustration of initial terms
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
{a=1; print1(a, ", "); for(n=1,100, b=fibonacci(n+3)-2; a=a+5*b; print1 (a, ", "))}
Vec(-(x^3+5*x^2+3*x+1)/((x-1)^2*(x^2+x-1)) + O(x^50)) \\ Colin Barker, Oct 18 2015
Comments