login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053231 First differences between n for which sigma(n) < sigma(n+1), which are not 2. 7
1, 1, 4, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 4, 1, 1, 4, 1, 1, 4, 4, 1, 3, 4, 4, 1, 1, 1, 3, 1, 1, 4, 1, 1, 1, 1, 4, 1, 3, 1, 1, 4, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 4, 4, 1, 1, 4, 4, 1, 1, 1, 3, 4, 1, 1, 1, 1, 4, 1, 1, 1, 1, 4, 1, 3, 1, 3, 4, 4, 1, 1, 1, 1, 4, 1, 1, 4, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
The expansion of A053230 excluding 2's. a(n) = A053230(A053232(n)).
MAPLE
with(numtheory): f := [seq( `if`((sigma(i+1) > sigma(i)), i, print( )), i=1..5000)];
seq( `if`(f[i+1] - f[i] <> 2, f[i+1] - f[i], print( )), i=1..2000);
CROSSREFS
Sequence in context: A010326 A196879 A193349 * A066701 A046563 A046591
KEYWORD
nonn
AUTHOR
Asher Auel, Jan 10 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 20:13 EDT 2024. Contains 371767 sequences. (Running on oeis4.)