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!)
A190566 Positions of 4 in A190561. 21
12, 24, 41, 53, 70, 82, 111, 123, 140, 152, 181, 193, 210, 222, 239, 251, 280, 292, 309, 321, 350, 362, 379, 391, 408, 420, 432, 449, 461, 478, 490, 519, 531, 548, 560, 589, 601, 618, 630, 647, 659, 688, 700, 717, 729, 758, 770, 787, 799, 816, 828, 840, 857, 869, 886, 898, 927, 939, 956, 968, 997, 1009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190561.
LINKS
MATHEMATICA
r = Sqrt[2]; b = 4; c = 3;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 200}] (* A190561 *)
Flatten[Position[t, 0]] (* A190562 *)
Flatten[Position[t, 1]] (* A190563 *)
Flatten[Position[t, 2]] (* A190564 *)
Flatten[Position[t, 3]] (* A190565 *)
Flatten[Position[t, 4]] (* A190566 *)
CROSSREFS
Cf. A190561.
Sequence in context: A026365 A051435 A187975 * A361856 A213739 A102067
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 12 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 July 17 23:53 EDT 2024. Contains 374377 sequences. (Running on oeis4.)