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!)
A255216 a(n) = floor((3/sqrt(5))^n). 1
1, 1, 1, 2, 3, 4, 5, 7, 10, 14, 18, 25, 34, 45, 61, 82, 110, 147, 198, 266, 357, 479, 642, 862, 1156, 1552, 2082, 2793, 3748, 5028, 6746, 9051, 12143, 16292, 21859, 29327, 39346, 52788, 70823, 95019, 127482, 171035, 229468, 307863, 413042, 554155, 743477, 997479, 1338258 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) is the total length (rounded down to integer) of the elements of a variant of a 3-element fractal after n iterations, starting with 3 elements, each of whose length is 1/3 (in some units). See illustration in the links.
LINKS
FORMULA
a(n) = floor((3/sqrt(5))^n).
MATHEMATICA
With[{c=3/Sqrt[5]}, Table[Floor[c^n], {n, 0, 50}]] (* Harvey P. Dale, Oct 23 2023 *)
PROG
(PARI){for(n=0, 100, a=floor((3/sqrt(5))^n); print1(a, ", "))}
CROSSREFS
Cf. A017919.
Sequence in context: A195944 A087830 A039857 * A017836 A321481 A238874
KEYWORD
nonn
AUTHOR
Kival Ngaokrajang, Feb 25 2015
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)