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!)
A190505 n+[nr/s]+[nt/s]+[nu/s]; r=golden ratio, s=r+1, t=r+2, u=r+3. 1
3, 8, 13, 18, 22, 27, 32, 37, 41, 46, 51, 56, 60, 65, 70, 75, 79, 84, 89, 94, 99, 103, 108, 113, 118, 122, 127, 132, 137, 141, 146, 151, 156, 160, 165, 170, 175, 180, 184, 189, 194, 199, 203, 208, 213, 218, 222, 227, 232, 237, 241, 246, 251, 256, 261, 265, 270, 275, 280, 284, 289, 294, 299, 303, 308, 313, 318, 322, 327, 332, 337 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190504.
LINKS
MATHEMATICA
(See A190504.)
Module[{r=GoldenRatio, s, t, u}, s=r+1; t=r+2; u=r+3; Table[n+Floor[(n r)/s]+ Floor[(n t)/s]+Floor[(n u)/s], {n, 80}]] (* Harvey P. Dale, Aug 09 2013 *)
CROSSREFS
Cf. A190504.
Sequence in context: A010064 A310304 A133330 * A310305 A184921 A282025
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 11 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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)