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!)
A189385 a(n) = n + [n*r/t] + [n*s/t]; r=1, s=1/sqrt(2), t=1/sqrt(3). 3
3, 7, 11, 14, 19, 23, 27, 30, 35, 39, 43, 46, 50, 55, 58, 62, 66, 71, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 117, 121, 126, 130, 133, 137, 142, 146, 149, 153, 157, 162, 165, 169, 173, 177, 181, 185, 189, 193, 197, 201, 205, 208, 213, 217, 220, 224, 229, 233, 236, 240, 244, 249, 252, 256, 260, 265, 268, 272, 276, 279, 284, 288, 292, 295, 300, 304, 308, 311, 315, 320, 324, 327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A189383.
LINKS
MATHEMATICA
r=1; s=2^(-1/2); t=3^(-1/2);
a[n_] := n + Floor[n*s/r] + Floor[n*t/r];
b[n_] := n + Floor[n*r/s] + Floor[n*t/s];
c[n_] := n + Floor[n*r/t] + Floor[n*s/t]
Table[a[n], {n, 1, 120}] (*A189383*)
Table[b[n], {n, 1, 120}] (*A189384*)
Table[c[n], {n, 1, 120}] (*A189385*)
CROSSREFS
Sequence in context: A310206 A265045 A310207 * A310208 A168285 A310209
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 21 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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)