The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240840 Floor(6^n/(1+1/(2*cos(5*Pi/11)))^n). 6
1, 1, 1, 2, 3, 4, 5, 7, 9, 12, 17, 22, 30, 40, 53, 71, 95, 126, 168, 223, 297, 395, 525, 698, 928, 1234, 1640, 2180, 2899, 3854, 5123, 6811, 9055, 12038, 16003, 21275, 28282, 37599, 49984, 66448, 88336, 117433, 156115 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) is the perimeter (rounded down) of a hendecaflake after n iterations, let a(0) = 1. The total number of sides is 11*A000400(n). The total number of holes is A016123(n), n >=1. 1/(2*cos(5*Pi/11)) = A231186.
LINKS
Wikipedia, n-flake
MAPLE
A240840:=n->floor(6^n/(1+1/(2*cos(5*Pi/11)))^n); seq(A240840(n), n=0..50); # Wesley Ivan Hurt, Apr 13 2014
MATHEMATICA
Table[Floor[6^n/(1 + 1/(2*Cos[5*Pi/11]))^n], {n, 0, 50}] (* Wesley Ivan Hurt, Apr 13 2014 *)
PROG
(PARI) {a(n)=floor(6^n/(1+1/(2*cos(5*Pi/11)))^n)}
for (n=0, 100, print1(a(n), ", "))
CROSSREFS
Cf. A000400, A016123, A231186, A240523 (pentaflake), A240671 (heptaflake), A240572 (octaflake), A240733 (nonaflake), A240734 (decaflake), A240735 (dodecaflake), A240841 (tridecaflake).
Sequence in context: A336351 A241818 A214120 * A117599 A117602 A117600
KEYWORD
nonn
AUTHOR
Kival Ngaokrajang, Apr 13 2014
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 May 15 12:13 EDT 2024. Contains 372540 sequences. (Running on oeis4.)