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!)
A190365 n + [n*r/s] + [n*t/s] + [n*u/s]; r=sqrt(2), s=1/r, t=sqrt(3), u=1/t. 4
5, 11, 18, 24, 31, 36, 43, 49, 56, 62, 67, 74, 80, 87, 93, 100, 105, 112, 118, 124, 131, 136, 143, 149, 156, 162, 169, 174, 181, 187, 193, 200, 205, 212, 218, 225, 231, 238, 243, 249, 256, 262, 269, 274, 281, 287, 294, 300, 307, 312, 318, 325, 331, 338, 343, 350, 356, 363, 369, 374, 381, 387, 394, 400, 407, 412, 419, 425, 432, 438, 443, 450 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190364.
LINKS
FORMULA
A190364: a(n) = n + [n/2] + [n*sqrt(3/2)] + [n*sqrt(1/6)].
A190365: b(n) = 3*n + [n*sqrt(6)] + [n*sqrt(2/3)].
A190366: c(n) = n + [n*sqrt(2/3)] + [n*sqrt(1/6)] + [n/3].
A190367: d(n) = 4*n + [n*sqrt(6)] + [n*sqrt(3/2)].
MATHEMATICA
Table[3*n + Floor[n*Sqrt[6]] + Floor[n*Sqrt[2/3]], {n, 1, 30}] (* G. C. Greubel, Jan 31 2018 *)
PROG
(PARI) for(n=1, 30, print1(3*n + floor(n*sqrt(6)) + floor(n*sqrt(2/3)), ", ")) \\ G. C. Greubel, Jan 31 2018
(Magma) [3*n + Floor(n*Sqrt(6)) + Floor(n*Sqrt(2/3)): n in [1..30]]; // G. C. Greubel, Jan 31 2018
CROSSREFS
Sequence in context: A184822 A145005 A004083 * A056000 A080566 A094684
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 09 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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)