Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A055079
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A055079 Smallest number with n nonprime divisors. +0
6
1, 4, 8, 12, 30, 24, 36, 48, 60, 72, 2048, 192, 120, 216, 180, 288, 240, 432, 576, 420, 360, 864, 1296, 900, 960, 1728, 720, 840, 1080, 3456, 9216, 1260, 1440, 6912, 34359738368, 1680, 2160, 10368, 2880, 15552, 15360, 3600, 4620, 2520, 4320 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n)<=2^n and in several cases this "least number" is equal to a(n). Such "nasty cases" are given in a separate sequence, A057838.

FORMULA

a(n)=Min{k; A000005(k)-A001221(k)=A033273(k)=n}

EXAMPLE

For example, a(35) = 2^35 = 34359738368 and a(71) = 2^71 = 2361183241434822606848. The next "nasty case" is n = 191: a(191) = 3138550867693340381917894711603833208051177722232017256448.

a(5) = 30 because it is the first integer which has five nonprime divisors (1, 6, 10, 15, and 30; the divisors 2, 3, and 5 are prime).

MATHEMATICA

a = Table[0, {100} ]; Do[ c = Count[ PrimeQ[ Divisors[ n ] ], False]; If[ c < 101 && a[[ c ]] == 0, a[[ c ]] = n], {n, 2, 10077696} ];

CROSSREFS

Cf. A001221, A001222, A058060, A058061, A000005, A033273, A057838.

Sequence in context: A059992 A050570 A102110 this_sequence A081833 A035403 A050908

Adjacent sequences: A055076 A055077 A055078 this_sequence A055080 A055081 A055082

KEYWORD

nonn,nice

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 13 2000

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 20 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research