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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070009 Least number m such that arithmetical mean of distinct primes dividing m equals 2^n. 2
2, 15, 39, 87, 183, 2071, 1255, 1527, 3063, 18402, 12279, 106327, 49143, 622231, 589794, 1703767, 1310695, 9961111, 3145719, 31457210, 12582903, 310377127, 50331639, 2046816631, 335544295, 10603194271, 8858369762, 1610612727 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(21) = 12582903

Are there any terms with more than 3 prime factors? - David Wasserman (wasserma(AT)spawar.navy.mil), May 05 2003

FORMULA

a(n)=Min{x; A008472(x)/A001221(x)=2^n}

EXAMPLE

a(15) = 589794 because m = 2.3.98299; mean = (2+3+98299)/3 = 32768 = 2^15.

MATHEMATICA

a = Table[0, {21}]; Do[b = Transpose[ FactorInteger[n]][[1]]; c = Log[2, Apply[ Plus, b] / Length[b]]; If[ IntegerQ[c] && a[[c]] == 0, a[[c]] = n], {n, 2, 10^8/3}]; a

CROSSREFS

Cf. A070005-A070009, A008472, A001414, A001221.

Sequence in context: A064113 A007217 A180223 * A070170 A033568 A200156

Adjacent sequences:  A070006 A070007 A070008 * A070010 A070011 A070012

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 11 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 30 2002

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), May 05 2003

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 February 16 13:48 EST 2012. Contains 205921 sequences.