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!)
A184909 n+floor(ns/r)+floor(nt/r), where r=2^(1/4), s=2^(1/2), t=2^(3/4). 3
3, 6, 9, 13, 16, 19, 24, 27, 30, 34, 37, 40, 44, 48, 51, 55, 58, 61, 65, 68, 72, 76, 79, 82, 85, 89, 93, 96, 100, 103, 106, 110, 113, 117, 121, 124, 127, 131, 134, 137, 142, 145, 148, 152, 155, 158, 162, 166, 169, 172, 176, 179, 182, 187, 190, 193, 197, 200, 203, 207, 211, 214, 218, 221, 224, 228, 231, 235, 239, 242, 245, 249, 252, 256, 259, 263, 266, 269, 273, 276, 280, 284, 287, 290, 294, 297, 300, 305, 308, 311, 315, 318, 321, 325, 329, 332, 335, 339, 342, 345, 350, 353, 356, 360, 363, 366, 370, 374, 377, 381, 384, 387, 391, 394, 398, 402, 405, 408, 412, 415 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A184909, A184910, A184911, partition the positive integers:
A184909: 3,6,10,13,17,21,24,28,32,35,...
A184910: 2,5,8,11,14,18,20,23,26,29,,...
A184911: 1,4,7,9,12,15,16,19,22,25,27,...
See A184812.
LINKS
MATHEMATICA
r=2^(1/4); s=2^(1/2); t=2^(3/4);
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}] (* A184909 *)
Table[b[n], {n, 1, 120}] (* A184910 *)
Table[c[n], {n, 1, 120}] (* A184911 *)
CROSSREFS
Sequence in context: A171982 A066343 A172262 * A289037 A060605 A325228
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 25 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)