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!)
A276208 Position of n! in the joint ranking of {2^h} and {k!}, where h >= 0, k >= 0. 1
1, 2, 4, 7, 10, 14, 18, 22, 26, 30, 35, 39, 44, 49, 54, 59, 64, 69, 74, 80, 85, 90, 96, 102, 107, 113, 119, 124, 130, 136, 142, 148, 154, 160, 166, 173, 179, 185, 191, 198, 204, 210, 217, 223, 230, 236, 243, 249, 256, 263, 269, 276, 283, 290, 296, 303, 310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
In the joint ranking, duplicates are removed.
LINKS
EXAMPLE
The joint ranking is (1,2,4,6,8,16,24,32,64,120,128,...), in which the positions of n! are 1,2,4,7,...
MATHEMATICA
t = Join[{1}, -1 + Table[n + Floor[Log[2, n!]], {n, 2, 150}]]
CROSSREFS
Sequence in context: A336411 A107427 A130251 * A225635 A256967 A225249
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 31 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 May 28 15:56 EDT 2024. Contains 372916 sequences. (Running on oeis4.)