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!)
A190367 n + [n*r/u] + [n*s/u] + [n*t/u]; r=sqrt(2), s=1/r, t=sqrt(3), u=1/t. 4
7, 14, 22, 29, 38, 45, 53, 60, 69, 76, 83, 91, 98, 107, 114, 122, 129, 138, 145, 152, 160, 167, 176, 183, 191, 198, 207, 214, 222, 229, 236, 245, 252, 260, 267, 276, 283, 291, 298, 305, 314, 321, 329, 336, 345, 352, 360, 367, 376, 383, 390, 398, 405, 414, 421, 429, 436, 445, 452, 459, 467, 474, 483, 490, 498, 505, 514, 521, 529 (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[4*n + Floor[n*Sqrt[3/2]] + Floor[n*Sqrt[6]], {n, 1, 50}] (* G. C. Greubel, Jan 31 2018 *)
PROG
(PARI) for(n=1, 30, print1(4*n + floor(n*sqrt(3/2)) + floor(n*sqrt(6)), ", ")) \\ G. C. Greubel, Jan 31 2018
(Magma) [4*n + Floor(n*Sqrt(3/2)) + Floor(n*Sqrt(6)): n in [1..30]]; // G. C. Greubel, Jan 31 2018
CROSSREFS
Sequence in context: A061823 A018890 A118502 * A246172 A366112 A297426
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)