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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097318 Numbers with more than one prime factor and, in the ordered factorization, the exponent never increases when read from left to right. 3
6, 10, 12, 14, 15, 20, 21, 22, 24, 26, 28, 30, 33, 34, 35, 36, 38, 39, 40, 42, 44, 45, 46, 48, 51, 52, 55, 56, 57, 58, 60, 62, 63, 65, 66, 68, 69, 70, 72, 74, 76, 77, 78, 80, 82, 84, 85, 86, 87, 88, 91, 92, 93, 94, 95, 96, 99, 100, 102, 104, 105, 106, 110, 111, 112, 114 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If n = Sum[k=1..m, p(k)^e(k)], then k>1, e(1) >= e(2) >=...>= e(m).

LINKS

S. Ramanujan, Asymptotic formulae for the distribution of integers of various types, Proc. London Math. Soc. 2, 16 (1917), 112-132.

EXAMPLE

60 is 2^2*3^1*5^1, A001221(60)=3 and 2>=1>=1, so 60 is in sequence.

PROG

(PARI) for(n=1, 130, F=factor(n):t=0:s=matsize(F)[1]: if(s>1, for(k=1, s-1, if(F[k, 2]<F[k+1, 2], t=1:break)): if(!t, print1(n", "))))

CROSSREFS

Subset of A024619. Cf. A097319, A097320.

Sequence in context: A139587 A201463 A119313 * A080363 A082300 A050703

Adjacent sequences:  A097315 A097316 A097317 * A097319 A097320 A097321

KEYWORD

nonn

AUTHOR

Ralf Stephan (ralf(AT)ark.in-berlin.de), Aug 04 2004

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 15 19:15 EST 2012. Contains 205852 sequences.