[go: up one dir, main page]

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!)
A187944 [nr+kr]-[nr]-[kr], where r=(1+sqrt(5))/2, k=3, [ ]=floor. 5
1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
See A187950.
LINKS
FORMULA
a(n)=[nr+3r]-[nr]-[3r], where r=(1+sqrt(5))/2.
MATHEMATICA
r=(1+5^(1/2))/2;
seqA=Table[Floor[(n+3)]-Floor[n*r]-4, {n, 1, 220}] (* A187944 *)
Flatten[Position[seqA, 0] ] (* A101864 *)
Flatten[Position[seqA, 1] ] (* A187945 *)
CROSSREFS
Sequence in context: A089939 A330550 A059095 * A105597 A188470 A333922
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 16 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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)