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!)
A187969 a(n) = [nr+kr]-[nr]-[kr], where r=sqrt(2), k=3, [ ]=floor. 4
0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
See A187950.
LINKS
FORMULA
a(n) = [(n+3)*r] - [n*r] - [3*r], where r=sqrt(2).
MATHEMATICA
r=2^(1/2);
seqA=Table[Floor[(n+3)r]-Floor[n*r]-Floor[3r], {n, 1, 220}] (* A187969 *)
Flatten[Position[seqA, 0] ] (* A187970 *)
Flatten[Position[seqA, 1] ] (* A187971 *)
PROG
(PARI) for(n=1, 30, print1(floor((n+3)*sqrt(2)) - floor(n*sqrt(2)) - floor(3*sqrt(2)), ", ")) \\ G. C. Greubel, Jan 31 2018
(Magma) [Floor((n+3)*Sqrt(2)) - Floor(n*Sqrt(2)) - Floor(3*Sqrt(2)): n in [1..30]]; // G. C. Greubel, Jan 31 2018
CROSSREFS
Sequence in context: A369968 A288673 A030213 * A132151 A370124 A238469
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 17 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 30 06:30 EDT 2024. Contains 375530 sequences. (Running on oeis4.)