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!)
A276221 Position of n^s in the joint ranking of {h} and {k^s}, s = sqrt(3), h >= 1, k >= 2. 1
4, 8, 14, 20, 27, 35, 43, 52, 62, 73, 84, 96, 109, 122, 136, 151, 166, 182, 198, 215, 232, 250, 268, 287, 307, 327, 348, 369, 390, 412, 435, 458, 482, 506, 531, 556, 581, 607, 634, 661, 688, 716, 745, 774, 803, 833, 863, 894, 925, 956, 989, 1021, 1054, 1087 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n + floor(n^s), n >= 2; the complement is given by n + floor(n^(1/s)), n >= 1.
EXAMPLE
The first numbers in the joint ranking are
1 < 2 < 3 < 2^s < 4 < 5 < 6 < 3^s < 7 < 8 < 9, so that a(n) = (4,8,...).
MATHEMATICA
z = 150; s = N[Sqrt[3], 100];
u = Table[n + Floor[n^s], {n, 2, z}]; v = Table[n + Floor[n^(1/s)], {n, 1, z^s}];
w = Union[u, v]; Flatten[Table[Position[w, u[[n]]], {n, 1, z}]]
CROSSREFS
Cf. A276219.
Sequence in context: A049420 A232996 A317292 * A265284 A055507 A343880
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 06 2016
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)