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!)
A182650 Algorithm: x->[x*(r+1)] if x even, x->[x/(r+1)] if x odd, where r = golden mean = (1+sqrt(5))/2, and [ ] = floor; a(n) is the number of steps from x=n to 0. 3
2, 1, 5, 3, 7, 2, 4, 6, 10, 6, 8, 4, 6, 8, 12, 3, 5, 3, 7, 5, 7, 7, 9, 11, 15, 11, 13, 7, 11, 9, 13, 5, 7, 5, 9, 7, 9, 9, 11, 13, 17, 4, 6, 4, 8, 6, 10, 4, 6, 8, 12, 8, 10, 6, 10, 8, 12, 8, 10, 8, 12, 10, 12, 12, 14, 16, 20, 16, 18, 12, 16, 14, 18, 8, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3->[3r+3]=7 (step 1)
7->[7r+7]=18 (step 2)
18->[18/(r+1)]=6 (step 3)
6->[6/(r+1)]=2 (step 4)
2->[2/(r+1)]=0 (step 5),
so that a(3)=5.
CROSSREFS
Sequence in context: A262211 A345967 A094512 * A127367 A054084 A296069
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 26 2010
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)