|
| |
|
|
A014633
|
|
Even pentagonal numbers.
|
|
3
| |
|
|
0, 12, 22, 70, 92, 176, 210, 330, 376, 532, 590, 782, 852, 1080, 1162, 1426, 1520, 1820, 1926, 2262, 2380, 2752, 2882, 3290, 3432, 3876, 4030, 4510, 4676, 5192, 5370, 5922, 6112, 6700, 6902, 7526, 7740, 8400, 8626, 9322
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index to sequences with linear recurrences with constant coefficients, signature (1,2,-2,-1,1).
|
|
|
FORMULA
| G.f.: 2*(6+5*x+12*x^2+x^3)/((1+x)^2*(1-x)^3). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 11 2009, corrected by R. J. Mathar, Sep 16 2009
From Ant King, Aug 16 2011: (Start)
a(n) = a(n-1) +2*a(n-2) -2*a(n-3) -a(n-4) +a(n-5).
a(n) = 48+2*a(n-2)-a(n-4).
a(n) = 1/8*(1-3*(-1)^(n+1)+12*(n+1))*(1-(-1)^(n+1)+4*(n+1)).(End)
|
|
|
PROG
| (MAGMA) [1/8*(1-3*(-1)^(n+1)+12*(n+1))*(1-(-1)^(n+1)+4*(n+1)): n in [0..40]]; // Vincenzo Librandi, Aug 17 2011
|
|
|
CROSSREFS
| Cf. A000326.
Sequence in context: A200197 A115709 A115703 * A066458 A101104 A114455
Adjacent sequences: A014630 A014631 A014632 * A014634 A014635 A014636
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Mohammad K. Azarian (ma3(AT)evansville.edu)
|
|
|
EXTENSIONS
| More terms from Patrick De Geest (pdg(AT)worldofnumbers.com)
|
| |
|
|