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!)
A240841 Floor(8^n/(1+2*sin(6*Pi/13)/(2*sin(Pi/13)))^n). 6
1, 1, 2, 3, 5, 9, 14, 21, 34, 52, 82, 127, 198, 308, 478, 744, 1156, 1796, 2792, 4339, 6742, 10477, 16282, 25302, 39318, 61100, 94947, 147545, 229281, 356295, 553672, 860388, 1337014, 2077676, 3228640, 5017200, 7796562, 12115600, 18827241, 29256909, 45464268 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is the perimeter (rounded down) of a tridecaflake after n iterations, let a(0) = 1. The total number of sides is 13*A001018(n). The total number of holes is A091030(n), n >= 1.
LINKS
Wikipedia, n-flake
MAPLE
A240841:=n->floor(8^n/(1+2*sin(6*Pi/13)/(2*sin(Pi/13)))^n); seq(A240841(n), n=0..50); # Wesley Ivan Hurt, Apr 13 2014
MATHEMATICA
Table[Floor[8^n/(1 + 2*Sin[6*Pi/13]/(2*Sin[Pi/13]))^n], {n, 0, 50}] (* Wesley Ivan Hurt, Apr 13 2014 *)
PROG
(PARI) {a(n)=floor(8^n/(1+2*sin(6*Pi/13)/(2*sin(Pi/13)))^n}; for (n=0, 100, print1(a(n), ", "))
CROSSREFS
Cf. A001018, A091030, A240523 (pentaflake), A240671 (heptaflake), A240572 (octaflake), A240733 (nonaflake), A240734 (decaflake), A240840 (hendecaflake), A240735 (dodecaflake).
Sequence in context: A023567 A076027 A280204 * A056686 A326332 A079962
KEYWORD
nonn,easy
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 August 11 18:47 EDT 2024. Contains 375073 sequences. (Running on oeis4.)