|
Search: id:A015222
|
|
|
| A015222 |
|
Even square pyramidal numbers. |
|
+0 1
|
|
| 14, 30, 140, 204, 506, 650, 1240, 1496, 2470, 2870, 4324, 4900, 6930, 7714, 10416, 11440, 14910, 16206, 20540, 22140, 27434, 29370, 35720, 38024, 45526, 48230, 56980, 60116, 70210, 73810, 85344, 89440, 102510, 107134, 121836, 127020
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Square pyramidal numbers k (k + 1) (2 k + 1)/6 are even if and only when k is congruent to 0 or 3 mod 4. [From Artur Jasinski (grafix(AT)csl.pl), Oct 22 2008]
|
|
FORMULA
|
Even numbers of form n(n+1)(2n+1)/6
Contribution from Artur Jasinski (grafix(AT)csl.pl), Oct 22 2008: (Start)
(2 k + 1)/(k + 2)*Binomial[k + 2, 5] if k congruent to 0 or 3 mod 4
k (k + 1) (2 k + 1)/6 if k congruent to 0 or 3 mod 4
(End)
|
|
MATHEMATICA
|
Select[ Table[ n(n+1)(2n+1)/6, {n, 100} ], EvenQ ]
a = {}; j = 1; w = k (k + 1) (2 k + 1)/6; Do[If[Mod[k, 4] == 0, AppendTo[a, w], If[Mod[k, 4] == 3, AppendTo[a, w]]], {k, 1, 100}]; a [From Artur Jasinski (grafix(AT)csl.pl), Oct 22 2008]
|
|
CROSSREFS
|
Sequence in context: A104776 A101960 A075208 this_sequence A054103 A161454 A156203
Adjacent sequences: A015219 A015220 A015221 this_sequence A015223 A015224 A015225
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Mohammad K. Azarian (ma3(AT)evansville.edu)
|
|
EXTENSIONS
|
More terms from Erich Friedman (erich.friedman(AT)stetson.edu).
|
|
|
Search completed in 0.002 seconds
|