Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103332
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103332 Min[pn^bn] over all sorted multiplicative partitions of n! of length n. +0
2
3, 5, 5, 7, 7, 8, 8, 11, 11, 13, 13, 13, 13, 17, 17, 19, 19, 19, 19, 23, 23, 25, 25, 25, 25, 29, 29, 31, 31, 31, 31, 31, 31, 37, 37, 37, 37, 41, 41, 43, 43, 43, 43, 47, 47, 49, 49, 49, 49, 53, 53, 53, 53, 53, 53, 59, 59, 61, 61, 61, 61, 61, 64, 67, 67, 67, 67, 71, 71, 73, 73, 73 (list; graph; listen)
OFFSET

4,1

COMMENT

a(n) >= A007917(n); a(n) is a power of some prime p <= n.

PROGRAM

(PARI) works(n, m) = local(f, s, l, p, x); f = factor(n!); s = 0; l = matsize(f)[1]; if (f[l, 1] > m, return(0)); for (i = 1, l, p = f[i, 1]; x = 1; while (p^x <= m, x++); x--; s += f[i, 2]\x; if (f[i, 2]%x, s++)); s <= n; a(n) = local(f, m); f = factor(n); m = f[matsize(f)[1], 1]; while (!works(n, m), m++); m

CROSSREFS

Cf. A085289, A085290.

Sequence in context: A111800 A126611 A164019 this_sequence A079886 A087243 A112276

Adjacent sequences: A103329 A103330 A103331 this_sequence A103333 A103334 A103335

KEYWORD

nonn,less

AUTHOR

David Wasserman (wasserma(AT)spawar.navy.mil), Jan 31 2005

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research