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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067813 Start of a record-breaking run of consecutive integers with a number of prime factors (counted with multiplicity) equal to 3. 9
8, 27, 170, 602, 2522, 211673 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(4)=602 because 602 is the start of a record breaking run of 5 consecutive integers (602 to 606) each having 3 prime factors; i.e. bigomega(n)=A001222(n)=3 for n = 602, ..., 606.

MATHEMATICA

bigomega[n_] := Plus@@Last/@FactorInteger[n]; For[n=1; m=l=0, True, n++, If[bigomega[n]==3, l++, If[l>m, m=l; Print[n-l, " ", l]]; l=0]]

CROSSREFS

Cf. A067814, A067820, A067821, A067822.

Sequence in context: A056570 A165048 A066963 * A118720 A197620 A029786

Adjacent sequences:  A067810 A067811 A067812 * A067814 A067815 A067816

KEYWORD

fini,full,nonn

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 07 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jul 31 2002

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 12 12:15 EST 2012. Contains 205379 sequences.