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!)
A094925 A hexagonal spiral Fibonacci sequence. 2
1, 1, 2, 4, 7, 12, 20, 34, 55, 90, 148, 240, 394, 638, 1043, 1688, 2750, 4450, 7232, 11736, 19002, 30827, 49884, 80856, 130978, 211982, 343348, 555964, 899706, 1456702, 2358089, 3815834, 6176654, 9996926, 16176330, 26180456, 42368468, 68567892 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Consider the following spiral:
.
a(6)----a(7)----a(8)
/ \
/ \
/ \
a(5) a(1)----a(2) a(9)
\ / /
\ / /
\ / /
a(14) a(4)----a(3) a(10)
\ /
\ /
\ /
a(13)---a(12)---a(11)
.
Then a(1)=1, a(n) = a(n-1) + Sum_{a(i) adjacent to a(n-1)} a(i). Here 6 terms around a(m) touch a(m).
LINKS
Manfred Scheucher, Sage Script
FORMULA
a(n) ~ c*phi^n with phi=1.61803... being the golden ratio and c = 0.78529667298898361017570049509486675274402985275383398273772345738007479334754... (conjectured). Cf. A094926. - Manfred Scheucher, Jun 03 2015
EXAMPLE
a(2) = a(1) = 1,
a(3) = a(1) + a(2) = 2,
a(4) = a(1) + a(2) + a(3) = 4,
a(5) = a(1) + a(3) + a(4) = 7,
a(6) = a(1) + a(4) + a(5) = 12,
a(7) = a(1) + a(5) + a(6) = 20, etc.
Thus:
12----20----34
/ \
/ \
7 1-----1 55
\ / /
\ / /
638 4-----2 90
\ /
\ /
394---240---148
CROSSREFS
Sequence in context: A005182 A329397 A172524 * A289168 A340217 A289000
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(15)-a(38) from Nathaniel Johnston, Apr 26 2011
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)