The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A111074 Let t(n) denote the triangular numbers (A000217). Sequence mixes t(n+2) and t(n). 0
3, 0, 6, 1, 10, 3, 15, 6, 21, 10, 28, 15, 36, 21, 45, 28, 55, 36, 66, 45, 78, 55, 91, 66, 105, 78, 120, 91, 136, 105, 153, 120, 171, 136, 190, 153, 210, 171, 231, 190, 253, 210, 276, 231, 300, 253, 325, 276, 351, 300, 378, 325, 406, 351, 435, 378, 465, 406, 496, 435 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (3-3x+x^3)/((1-x)(1-x^2)^2); a(n)=a(n-1)+2a(n-2)-2a(n-3)-a(n-4)+a(n-5); - Paul Barry, Mar 22 2006
MATHEMATICA
Flatten[ Table[{(n + 2)(n + 3)/2, n(n + 1)/2}, {n, 0, 29}]] (* Robert G. Wilson v *)
CROSSREFS
Cf. mix of t(n+1) and t(n): A008795.
Sequence in context: A280585 A359218 A197807 * A007384 A290108 A334950
KEYWORD
easy,nonn
AUTHOR
Stuart M. Ellerstein (ellerstein(AT)aol.com), Oct 10 2005
EXTENSIONS
More terms from Robert G. Wilson v, Oct 11 2005
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 May 17 01:45 EDT 2024. Contains 372572 sequences. (Running on oeis4.)