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!)
A169655 Numbers n such that 2^n is in A054861. 5

%I #27 Dec 04 2016 19:46:24

%S 0,1,2,3,5,8,9,10,11,12,13,14,15,17,18,19,21,23,24,26,27,28,29,31,32,

%T 33,34,35,36,37,41,42,43,45,46,47,49,53,54,55,56,58,59,60,62,64,65,67,

%U 69,70,71,72,73,74,75,76,78,79,82,84,85,87,88,89,91,93

%N Numbers n such that 2^n is in A054861.

%C For a prime p, we call a number p-compact if the exponent of p in the factorization of the number is a power of two. However, if m=k!, then not all exponents of p of the form 2^t are possible. The sequence lists numbers t in possible exponents of the form 2^t of 3 in 3-compact factorials k!The question of description of the p-compact factorials is interesting since there exists only finite set of factorials compact over both 2 and an arbitrary fixed odd prime (cf. A177436). On the other hand, there exist infinitely many 2-compact factorials. However, up to now it is unknown, whether exist infinitely many p-compact factorials for a fixed odd prime p. It is expected that the answer to be in affirmative.

%D V. Shevelev, Compact integers and factorials, Acta Arith., 126.3 (2007), 195-236.

%t A054861 := (Plus @@ Floor[#/3^Range[Length[IntegerDigits[#, 3]] - 1]] &);DeleteCases[Table[n - n Sign[2^n - A054861[2^(n + 1) + NestWhile[# + 1 &, 1, 2^n - A054861[2^(n + 1) + #] >= 0 &] - 1]],{n, 1, 125}], 0] (* _Peter J. C. Moses_, Apr 10 2012 *)

%Y Cf. A050376, A054861.

%K nonn

%O 1,3

%A _Vladimir Shevelev_, Apr 05 2010

%E More terms given by _Peter J. C. Moses_, Apr 07 2012

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 09:17 EDT 2024. Contains 371967 sequences. (Running on oeis4.)