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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074378 Even triangular numbers halved. 18
0, 3, 5, 14, 18, 33, 39, 60, 68, 95, 105, 138, 150, 189, 203, 248, 264, 315, 333, 390, 410, 473, 495, 564, 588, 663, 689, 770, 798, 885, 915, 1008, 1040, 1139, 1173, 1278, 1314, 1425, 1463, 1580, 1620, 1743, 1785, 1914, 1958, 2093, 2139, 2280, 2328, 2475 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

sum_{n>=0} q^a(n) = (prod_{n>0}(1-q^n))(sum_{n>=0} A035294(n)q^n).

a(n) is also the exact set of integers a(n) such that a(n)+1+2+3+4+...x=3a(n), where x is sufficiently large. For example a(15)=203 because 203+(1+2+3+4+...+28)=609 and 609=3*203. [From Gil Broussard (gilbroussard(AT)bellsouth.net), Sep 01 2008]

a(n) is the set of all n such that 16n+1 is a perfect square. [From Gary Detlefs (gdetlefs(AT)aol.com), Feb 21 2010]

Also integers of the form sum(k=0..n, k/2). [Arkadiusz Wesolowski, Feb 07 2012]

LINKS

Neville Holmes, More Gemometric Integer Sequences

FORMULA

n(n+1)/4 where n(n+1)/2 is even.

G.f.: x(3+2x+3x^2)/((1-x)(1-x^2)^2).

a(n) = (2n+1)*floor((n+1)/2); a(2k) = k(4k+1); a(2k+1) = (k+1)(4k+3). [From Benoit Jubin (benoit_jubin(AT)yahoo.fr), Feb 05 2009]

MATHEMATICA

lst={}; s=0; Do[s+=n/2; If[Floor[s]==s, AppendTo[lst, s]], {n, 0, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 06 2009]

PROG

(PARI) a(n)=(2*n+1)*(n-n\2)

CROSSREFS

Cf. A011848, A014493, A074377.

A007742(n)=a(2n), A033991(n)=a(2n-1).

Cf. A011848, A014493, A074377, A033991, A007742, A035294.

Cf. A010709, A047522 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 14 2009]

Sequence in context: A177007 A028942 A179213 * A185301 A179304 A026645

Adjacent sequences:  A074375 A074376 A074377 * A074379 A074380 A074381

KEYWORD

easy,nonn,changed

AUTHOR

Neville Holmes (neville.holmes(AT)utas.edu.au), Sep 04 2002

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 13 16:35 EST 2012. Contains 205523 sequences.