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!)
A074660 Second differences of A074658, which counts the convex partitions of n. 2
1, 0, 1, -1, 2, 0, -2, 3, 2, -4, 3, 2, -6, 9, 3, -13, 6, 12, -14, 12, -1, -13, 14, 9, -14, 8, 4, -8, 6, 16, -37, 35, 10, -25, 19, 10, -45, 34, 30, -27, -8, 35, -37, 36, 8, -37, 21, 37, -51, 53, 1, -56, 41, 68, -79, 13, 29, -23, 16, 87, -98, 40, 38, -70, 43, 53, -81, 81, 35, -61, -28, 140, -132, 87, 80, -118, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Up to n=246, the signs of the terms show some periodicity (mod 3): a(3n) is almost always negative and a(3n+2) is almost always positive. Does this continue?
LINKS
FORMULA
a(n) = A074659(n+1)-A074659(n) = A074658(n+2)-2*A074658(n+1)+A074658(n)
MATHEMATICA
Table[a[n+2]-2a[n+1]+a[n], {n, 0, 76}] (* a[n] is defined in A074658. *)
CROSSREFS
Sequence in context: A371571 A033769 A333636 * A002125 A171731 A323212
KEYWORD
sign
AUTHOR
Dean Hickerson, Aug 29 2002
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 16 08:21 EDT 2024. Contains 371698 sequences. (Running on oeis4.)