Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152949
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152949 a(1)=3; then add 0 to the first number, then 1,2,3,4... and so on. +0
2
3, 3, 4, 6, 9, 13, 18, 24, 31, 39, 48, 58, 69, 81, 94, 108, 123, 139, 156, 174, 193, 213, 234, 256, 279, 303, 328, 354, 381, 409, 438, 468, 499, 531, 564, 598, 633, 669, 706, 744, 783, 823, 864, 906, 949, 993, 1038, 1084, 1131, 1179, 1228, 1278, 1329, 1381 (list; graph; listen)
OFFSET

1,1

COMMENT

basic/fundamental/general sequence(s), similar to Triangular numbers (A000217).

FORMULA

a(n) =3+C(n,2), n>=0. [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 12 2009]

a(n)=n+a(n-1)-2 (with a(1)=3) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 18 2009]

EXAMPLE

For n=2, a(2)=2+3-2=3; n=3, a(3)=3+3-2=4; n=4, a(4)=4+4-2=6; n=5, a(5)=5+6-2=9 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 18 2009]

MATHEMATICA

s=3; lst={3}; Do[s+=n; AppendTo[lst, s], {n, 0, 5!}]; lst

PROGRAM

(Other) SAGE:[3+binomial(n, 2) for n in xrange(0, 54)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 12 2009]

CROSSREFS

Cf. A000217, A152947, A000124, A152948

Sequence in context: A138095 A023837 A080013 this_sequence A058660 A059871 A076619

Adjacent sequences: A152946 A152947 A152948 this_sequence A152950 A152951 A152952

KEYWORD

nonn,new

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 15 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research