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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101859 a(n) = 11 + (23*n)/2 + n^2/2. 5
0, 11, 23, 36, 50, 65, 81, 98, 116, 135, 155, 176, 198, 221, 245, 270, 296, 323, 351, 380, 410, 441, 473, 506, 540, 575, 611, 648, 686, 725, 765, 806, 848, 891, 935, 980, 1026, 1073, 1121, 1170, 1220, 1271, 1323, 1376, 1430, 1485, 1541, 1598, 1656, 1715, 1775, 1836 (list; graph; refs; listen; history; internal format)
OFFSET

-1,2

COMMENTS

a(n)=A000096 + 9 * A001477 and a(n)=A056126 + A001477. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 01 2006

a(n) = A126890(n+1,10) for n>8. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 30 2006

LINKS

C. Rossiter, Depictions, Explorations and Formulas of the Euler/Pascal Cube.

FORMULA

a(n)=C(n,2)-10*n,n>=21 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 26 2006

G.f.: (11-10x)/(1-x)^3. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 09 2008]

If we define f(n,i,a)=sum(binomial(n,k)*stirling1(n-k,i)*product(-a-j,j=0..k-1),k=0..n-i), then a(n-1) = -f(n,n-1,11), for n>=1. [From Milan R. Janjic (agnus(AT)blic.net), Dec 20 2008]

a(n)=n+a(n-1)+11 (with a(-1)=0) [From Vincenzo Librandi, Nov 16 2010]

MAPLE

a:=n->sum(floor(k+2*n/(k+n)), k=10..n): seq(a(n), n=10..57); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 01 2006

[seq(binomial(n, 2)-10*n, n=21..72)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 26 2006

a:=n->sum(numer (k/(k+3)), k=11..n): seq(a(n), n=10..61); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 31 2008

with(finance):seq(add(cashflows([2, k, 8], 0 ), k=1..n), n=0..50); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 22 2008

MATHEMATICA

i=-10; s=0; lst={}; Do[s+=n+i; If[s>=0, AppendTo[lst, s]], {n, 0, 6!, 1}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 29 2008]

CROSSREFS

Cf. A000096, A056126, A001477.

Sequence in context: A017653 A180316 A139793 * A079664 A160268 A135978

Adjacent sequences:  A101856 A101857 A101858 * A101860 A101861 A101862

KEYWORD

easy,nonn

AUTHOR

Cecilia Rossiter (cecilia(AT)noticingnumbers.net), Dec 18 2004

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 07 2006

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 14 08:37 EST 2012. Contains 205614 sequences.