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!)
A190437 Positions of 0 in A190436. 5
2, 5, 10, 13, 18, 23, 26, 31, 34, 36, 39, 44, 47, 52, 57, 60, 65, 68, 73, 78, 81, 86, 89, 91, 94, 99, 102, 107, 112, 115, 120, 123, 125, 128, 133, 136, 141, 146, 149, 154, 157, 162, 167, 170, 175, 178, 180, 183, 188, 191, 196, 201, 204, 209, 212, 217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190436.
LINKS
MATHEMATICA
r = GoldenRatio; b = 3; c = 2;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 320}] (* A190436 *)
Flatten[Position[t, 0]] (* A190437 *)
Flatten[Position[t, 1]] (* A190438 *)
Flatten[Position[t, 2]] (* A190439 *)
Flatten[Position[t, 3]] (* A302253 *)
CROSSREFS
Cf. A190436.
Sequence in context: A003654 A271787 A047617 * A190249 A188434 A135467
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 10 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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)