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!)
A072930 a(1)=1, a(2)=10, a(n) = floor(a(n-1)/phi) + floor(a(n-2)/phi) where phi is the golden ratio (1+sqrt(5))/2 (if a(2) < 10 a(k) converges to an integer value). 1
1, 10, 6, 9, 8, 9, 9, 10, 11, 12, 13, 15, 17, 19, 21, 23, 26, 30, 34, 39, 45, 51, 58, 66, 75, 86, 99, 114, 131, 150, 172, 198, 228, 262, 301, 347, 400, 461, 531, 612, 706, 814, 939, 1083, 1249, 1440, 1660, 1914, 2207, 2546, 2937, 3388, 3908, 4508, 5201, 6000, 6922 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Limit_{n -> infinity} a(n)/a(n-1) = (phi-1)/C = 1.1537213755417679... where C is the positive root of x^4 -x^3+2x-1 (C = 0.5356873867918...).
MATHEMATICA
RecurrenceTable[{a[1]==1, a[2]==10, a[n]==Floor[a[n-1]/GoldenRatio]+ Floor[a[n-2]/GoldenRatio]}, a, {n, 60}] (* Harvey P. Dale, Jan 27 2012 *)
CROSSREFS
Cf. A001622.
Sequence in context: A076366 A304879 A105155 * A071358 A167873 A369702
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 13 2002
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)