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!)
A076971 a(1) = 1, a(n+1)= smallest triangular number greater than the n-th partial sum. 1
1, 3, 6, 15, 28, 55, 120, 231, 465, 946, 1891, 3828, 7626, 15225, 30628, 61075, 122265, 244650, 489555, 979300, 1959210, 3918600, 7838820, 15677200, 31359240, 62714400, 125429041, 250868800, 501732003, 1003497600, 2006959690 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
a[1] := 1:a[2] := 3:for n from 3 to 145 do a[n] := sum(a[i], i=1..n-1); a[n] := ceil(evalf(-1/2+1/2*sqrt(1+8*a[n])+10^(-19), 100)):a[n] := a[n]*(a[n]+1)/2: od:seq(a[k], k=1..145);
CROSSREFS
Cf. A076972.
Sequence in context: A234848 A300761 A069712 * A103529 A185378 A285563
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 21 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 22 2003
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 July 28 00:45 EDT 2024. Contains 374674 sequences. (Running on oeis4.)