OFFSET
0,3
COMMENTS
Primorial order of powers of 2.
FORMULA
a(n)=Max{s| q(s)=Sign[Floor[2^n/A002110(n)]]=1}
EXAMPLE
for n=1 and 2, when 2 and 4 is divided by 2 gives quotient = 1 or 2, but when divided by 6 q<1, so the largest suitable primorial is the first; thus a(1)=a(2)=1. n=11, 2^11=2048. The largest primorial P, such that 2048/P > 1 is P=210, the 4th = A002110(4). So a(11)=4.
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 22 2000
STATUS
approved