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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098848 n(n+14). 15
0, 15, 32, 51, 72, 95, 120, 147, 176, 207, 240, 275, 312, 351, 392, 435, 480, 527, 576, 627, 680, 735, 792, 851, 912, 975, 1040, 1107, 1176, 1247, 1320, 1395, 1472, 1551, 1632, 1715, 1800, 1887, 1976, 2067, 2160, 2255, 2352, 2451, 2552, 2655, 2760, 2867 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Also equals n^2-7^2, n>6. - Robert G. Wilson v (rgwv(at)rgwv.com), Jul 14 2005

FORMULA

a(n)= (n+7)^2-7^2 = n*(n+14), n>=0.

G.f.: x*(15-13*x)/(1-x)^3.

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

EXAMPLE

a(1)=2*1+0+13=15; a(2)=2*2+15+13=32; a(3)=2*3+32+13=51 [Librandi, Nov 16 2010]

MAPLE

with(finance):seq(add(cashflows([k, k, 13], 0 ), k=1..n), n=0..45); [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

MATHEMATICA

Table[ n(n + 14), {n, 0, 50}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Jul 14 2005)

CROSSREFS

Cf. A098832.

a(n-7), n>=8, seventh column (used for the n=7 series of the hydrogen atom) of triangle A120070.

Sequence in context: A157767 A146889 A061047 * A055809 A007256 A112147

Adjacent sequences:  A098845 A098846 A098847 * A098849 A098850 A098851

KEYWORD

nonn,easy

AUTHOR

Eugene McDonnell (eemcd(AT)mac.com), Nov 04 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jul 14 2005

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 20:10 EST 2012. Contains 205663 sequences.