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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053247 Second differences of sigma(n) that are positive. 2
2, 7, 11, 7, 22, 24, 7, 34, 41, 14, 48, 40, 18, 68, 71, 21, 49, 75, 38, 102, 92, 100, 103, 47, 110, 96, 50, 138, 140, 15, 103, 134, 78, 195, 161, 6, 116, 194, 70, 182, 140, 72, 234, 178, 56, 156, 227, 76, 229, 218, 226, 276, 160, 260, 162, 26, 252, 280, 74, 224 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = A053223(A053228(n))

MAPLE

with (numtheory): f := [seq( sigma(i+2) - sigma(i+1) - (sigma(i+1) - sigma(i)), i=1..200)];

seq(`if`(f[i] > 0, f[i], print( )), i=1..200);

CROSSREFS

Cf. A000203, A053223, A053248.

Sequence in context: A100020 A020638 A091385 * A087723 A184792 A136998

Adjacent sequences:  A053244 A053245 A053246 * A053248 A053249 A053250

KEYWORD

nonn

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Jan 11, 2000

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 17 21:13 EST 2012. Contains 206085 sequences.