The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022276 a(n) = n*(19*n - 1)/2. 3
0, 9, 37, 84, 150, 235, 339, 462, 604, 765, 945, 1144, 1362, 1599, 1855, 2130, 2424, 2737, 3069, 3420, 3790, 4179, 4587, 5014, 5460, 5925, 6409, 6912, 7434, 7975, 8535, 9114, 9712, 10329, 10965, 11620, 12294, 12987, 13699, 14430, 15180, 15949, 16737, 17544, 18370 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 19*n + a(n-1) - 10 for n>0, a(0)=0. - Vincenzo Librandi, Aug 04 2010
From Vincenzo Librandi, Mar 31 2015: (Start)
G.f.: x*(9 + 10*x)/(1 - x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>2. (End)
a(n) = A022277(-n). - Bruno Berselli, Apr 01 2015
a(n) = A000217(10*n-1) - A000217(9*n-1). - Bruno Berselli, Oct 17 2016
E.g.f.: (x/2)*(19*x + 18)*exp(x). - G. C. Greubel, Aug 23 2017
MATHEMATICA
Table[n (19 n - 1)/2, {n, 0, 40}] (* Bruno Berselli, Mar 12 2015 *)
CoefficientList[Series[x (9 + 10 x) / (1 - x)^3, {x, 0, 40}], x] (* Vincenzo Librandi, Mar 31 2015 *)
LinearRecurrence[{3, -3, 1}, {0, 9, 37}, 50] (* Harvey P. Dale, Jul 25 2021 *)
PROG
(Magma) [n*(19*n - 1)/2: n in [0..45]]; // Vincenzo Librandi, Mar 31 2015
(PARI) a(n)=n*(19*n-1)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A022288.
Sequence in context: A153244 A200774 A273220 * A171443 A341403 A320696
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Mar 31 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 24 01:38 EDT 2024. Contains 372768 sequences. (Running on oeis4.)