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!)
A329598 Partial sums of the nontriangular numbers (A014132). 0
2, 6, 11, 18, 26, 35, 46, 58, 71, 85, 101, 118, 136, 155, 175, 197, 220, 244, 269, 295, 322, 351, 381, 412, 444, 477, 511, 546, 583, 621, 660, 700, 741, 783, 826, 870, 916, 963, 1011, 1060, 1110, 1161, 1213, 1266, 1320, 1376, 1433, 1491, 1550, 1610, 1671, 1733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms which are triangular: 6, 136, 351, 741, 2415, 3916, 5995, 12561, 17391, 23436, ..., .
LINKS
FORMULA
a(n) = Sum_{i=1..n} A014132(i).
a(n) = A000217(n) + A060432(n). [corrected by Gerald Hillier, Jul 31 2022]
EXAMPLE
The nontriangular numbers begin 2, 4, 5, 7, ..., so their partial sums begin 2, 6, 11, 18, etc.
MATHEMATICA
triQ[n_] := IntegerQ @ Sqrt[8n + 1]; Accumulate@ Select[ Range@ 70, !triQ@# &]
CROSSREFS
Sequence in context: A039745 A298872 A298875 * A248469 A331952 A225386
KEYWORD
nonn
AUTHOR
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)