login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138302 Products of distinct relatively prime terms of A084400. 0
1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

These numbers are called "compact integers". They consist of 1 and the positive integers for which all exponents of primes in its prime power factorization are nonnegative powers of 2.

The density of this sequence exists and equals 0.872497...

There exist only seven compact factorials A000142(n) for n=1,2,3,6,7,10 and 11.

REFERENCES

V. Shevelev, Compact integers and factorials, Acta Arithmetica 126:3 (2007), pp. 195-236.

LINKS

Table of n, a(n) for n=1..72.

S. Litsyn and V. Shevelev, On Factorization of Integers with Restrictions on the Exponents, INTEGERS: The Electronic Journal of Combinatorial Number Theory 7 (2007), #A33.

MATHEMATICA

lst={}; Do[p=Prime[n]; s=p^(1/3); f=Floor[s]; a=f^3; d=p-a; AppendTo[lst, d], {n, 100}]; Union[lst] (* Vladimir Joseph Stephan Orlovsky, Mar 11 2009 *)

PROG

(PARI) is(n)=if(n<8, n>0, vecmin(apply(n->n>>valuation(n, 2)==1, factor(n)[, 2]))) \\ Charles R Greathouse IV, Dec 07 2012

CROSSREFS

Cf. A084400, A050376, A005117.

Sequence in context: A007412 A220218 A096432 * A183220 A187947 A171524

Adjacent sequences:  A138299 A138300 A138301 * A138303 A138304 A138305

KEYWORD

nonn

AUTHOR

Vladimir Shevelev, May 07 2008

EXTENSIONS

Incorrect comment removed by Charles R Greathouse IV, Dec 07 2012

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 05:45 EDT 2013. Contains 225617 sequences.