Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A015222
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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).

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research