|
| |
| |
|
|
|
0, 19, 40, 63, 88, 115, 144, 175, 208, 243, 280, 319, 360, 403, 448, 495, 544, 595, 648, 703, 760, 819, 880, 943, 1008, 1075, 1144, 1215, 1288, 1363, 1440, 1519, 1600, 1683, 1768, 1855, 1944, 2035, 2128, 2223, 2320, 2419, 2520, 2623, 2728, 2835, 2944, 3055
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Table of n, a(n) for n=0..47.
|
|
|
FORMULA
|
a(n)= (n+9)^2-9^2 = n*(n+18), n>=0.
G.f.: x*(19-17*x)/(1-x)^3.
a(n)=2*n+a(n-1)+17 (with a(0)=0) [From Vincenzo Librandi, Nov 17 2010]
|
|
|
MAPLE
|
seq(n*(n+18), n=0..52); (Deutsch)
|
|
|
MATHEMATICA
|
s=0; lst={}; Do[s+=n; AppendTo[lst, s], {n, 19, 6!, 2}]; lst [From Vladimir Joseph Stephan Orlovsky, Feb 26 2009]
|
|
|
CROSSREFS
|
Cf. A098832.
a(n-9), n>=10, ninth column (used for the n=9 series of the hydrogen atom) of triangle A120070.
Sequence in context: A041716 A041718 A041720 * A164078 A128677 A065349
Adjacent sequences: A098847 A098848 A098849 * A098851 A098852 A098853
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
Eugene McDonnell (eemcd(AT)mac.com), Nov 04 2004
|
|
|
EXTENSIONS
|
More terms from Emeric Deutsch, Mar 06 2005
|
|
|
STATUS
|
approved
|
| |
|
|