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!)
A190435 Positions of 3 in A190431. 12
3, 8, 11, 16, 21, 24, 29, 37, 42, 45, 50, 55, 58, 63, 71, 76, 79, 84, 92, 97, 100, 105, 110, 113, 118, 126, 131, 134, 139, 144, 147, 152, 155, 160, 165, 168, 173, 181, 186, 189, 194, 199, 202, 207, 215, 220, 223, 228, 236, 241, 244, 249, 254, 257, 262, 270, 275, 278, 283, 288, 291, 296, 304, 309, 312, 317, 325, 330, 333, 338, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190431.
LINKS
MATHEMATICA
r = GoldenRatio; b = 3; c = 1;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 320}] (* A190431 *)
Flatten[Position[t, 0]] (* A190432 *)
Flatten[Position[t, 1]] (* A190433 *)
Flatten[Position[t, 2]] (* A190434 *)
Flatten[Position[t, 3]] (* A190435 *)
CROSSREFS
Cf. A190431.
Sequence in context: A190251 A003623 A190463 * A188032 A245978 A058572
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)