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!)
A262773 A Beatty sequence: a(n)=floor(q*n) where q=A231187. 1
0, 2, 4, 6, 8, 11, 13, 15, 17, 20, 22, 24, 26, 29, 31, 33, 35, 38, 40, 42, 44, 47, 49, 51, 53, 56, 58, 60, 62, 65, 67, 69, 71, 74, 76, 78, 80, 83, 85, 87, 89, 92, 94, 96, 98, 101, 103, 105, 107, 110, 112, 114, 116, 119, 121, 123, 125, 128, 130, 132, 134, 137, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Beatty sequence of the longer diagonal (A231187) in a regular heptagon with sidelength 1.
Complement of Beatty sequence A262770 of the longer diagonal (A160389) in a regular heptagon with sidelength 1.
LINKS
Peter Steinbach, Golden Fields: A Case for the Heptagon, Mathematics Magazine, Vol. 70, No. 1, Feb. 1997
MATHEMATICA
Table[Floor[n/(2 Cos[3 Pi/7])], {n, 0, 106}] (* Michael De Vlieger, Oct 05 2015 *)
PROG
(Octave) q=roots([1, -2, -1, 1])(1); a(n)=floor(q*n)
(PARI) a(n) = floor(n/(2*cos(3*Pi/7))) \\ Michel Marcus, Oct 05 2015
CROSSREFS
Complement of A262770.
Sequence in context: A184809 A022839 A193766 * A186152 A004401 A022819
KEYWORD
nonn
AUTHOR
Patrick D McLean, Sep 30 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 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)