The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A189362 a(n) = n + floor(n*r/s) + floor(n*t/s); r=1, s=sqrt(2), t=sqrt(3). 3
2, 5, 8, 10, 14, 17, 19, 22, 26, 29, 31, 34, 37, 40, 43, 46, 49, 52, 55, 58, 60, 63, 67, 69, 72, 75, 79, 81, 84, 87, 89, 93, 96, 99, 101, 105, 108, 110, 113, 116, 119, 122, 125, 128, 131, 134, 137, 139, 143, 146, 149, 151, 154, 158, 160, 163, 166, 170, 172, 175, 178, 180, 184, 187, 189, 192, 196, 199, 201, 204, 207, 210, 213, 216, 219, 222, 225, 228, 230, 233, 237, 239, 242, 245 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A189361.
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}] (*A189361*)
Table[b[n], {n, 1, 120}] (*A189362*)
Table[c[n], {n, 1, 120}] (*A189363*)
CROSSREFS
Sequence in context: A219222 A263831 A189457 * A189928 A309518 A169922
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 20 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 May 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)