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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076191 Omega(n+1)-Omega(n), where Omega(n) (A001222) denotes the number of prime factors of n, counting multiplicity. 1
1, 0, 1, -1, 1, -1, 2, -1, 0, -1, 2, -2, 1, 0, 2, -3, 2, -2, 2, -1, 0, -1, 3, -2, 0, 1, 0, -2, 2, -2, 4, -3, 0, 0, 2, -3, 1, 0, 2, -3, 2, -2, 2, 0, -1, -1, 4, -3, 1, -1, 1, -2, 3, -2, 2, -2, 0, -1, 3, -3, 1, 1, 3, -4, 1, -2, 2, -1, 1, -2, 4, -4, 1, 1, 0, -1, 1, -2, 4, -1, -2, -1, 3, -2, 0, 0, 2, -3, 3, -2, 1, -1, 0, 0, 4, -5, 2, 0, 1, -3 (list; graph; refs; listen; history; internal format)
OFFSET

1,7

MATHEMATICA

Omega[n_] := Apply[Plus, Transpose[FactorInteger[n]][[2]]]; Flatten[Append[{1}, Table[Omega[n + 1] - Omega[n], {n, 2, 100}]]]

CROSSREFS

Sequence in context: A114021 A053616 A094718 * A025861 A090723 A027357

Adjacent sequences:  A076188 A076189 A076190 * A076192 A076193 A076194

KEYWORD

easy,sign

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Nov 03 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 13 05:39 EST 2012. Contains 205436 sequences.