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!)
A182761 Beatty sequence for (7 - sqrt(5))/2. 6
2, 4, 7, 9, 11, 14, 16, 19, 21, 23, 26, 28, 30, 33, 35, 38, 40, 42, 45, 47, 50, 52, 54, 57, 59, 61, 64, 66, 69, 71, 73, 76, 78, 80, 83, 85, 88, 90, 92, 95, 97, 100, 102, 104, 107, 109, 111, 114, 116, 119, 121, 123, 126, 128, 131, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See the first comment at A182760; its complement, A182761, gives the positions of the numbers k*sqrt(5) when these numbers and the numbers j*u, where u = golden ratio, are jointly ranked.
LINKS
FORMULA
a(n) = floor(n*(7 - sqrt(5))/2).
MATHEMATICA
Table[Floor[n*(7-Sqrt[5])/2], {n, 1, 80}] (* G. C. Greubel, Jul 08 2018 *)
PROG
(Magma) [Floor(n*(7-5^(1/2))/2): n in [1..80]]; // Vincenzo Librandi, Oct 25 2011
(PARI) for(n=1, 80, print1(floor(n*(7-sqrt(5))/2), ", ")) \\ G. C. Greubel, Jul 08 2018
CROSSREFS
Cf. A182760.
Sequence in context: A307645 A287235 A190004 * A329830 A081841 A299234
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 28 2010
EXTENSIONS
Typo in formula corrected by Vincenzo Librandi, Oct 25 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 May 9 15:58 EDT 2024. Contains 372353 sequences. (Running on oeis4.)