login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139601 Square array T(n,k) = (n+1)*(k-1)*k/2+k, of polygonal numbers, read by antidiagonals. 4
0, 0, 1, 0, 1, 3, 0, 1, 4, 6, 0, 1, 5, 9, 10, 0, 1, 6, 12, 16, 15, 0, 1, 7, 15, 22, 25, 21, 0, 1, 8, 18, 28, 35, 36, 28, 0, 1, 9, 21, 34, 45, 51, 49, 36, 0, 1, 10, 24, 40, 55, 66, 70, 64, 45, 0, 1, 11, 27, 46, 65, 81, 91, 92, 81, 55, 0, 1, 12, 30, 52, 75, 96, 112, 120, 117, 100, 66 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,6

COMMENTS

A general formula for polygonal numbers is P(n,k) = (n-2)(k-1)k/2 + k, where P(n,k) is the k-th n-gonal number. [From Omar E. Pol (info(AT)polprimos.com), Dec 21 2008]

FORMULA

T(n,k) = A086270(n,k), k>0. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 06 2008]

T(n,k) = (n+1)*(k-1)*k/2+k, n>=0, k>=0. [From Omar E. Pol (info(AT)polprimos.com), Jan 07 2009]

EXAMPLE

The square array of polygonal numbers begins:

===========================================================================

Triangulars ... A000217: 0., 1., 3., 6., 10, 15., 21., 28., 36., 45., 55.,

Squares ....... A000290: 0., 1., 4., 9., 16, 25., 36., 49., 64., 81., 100,

Pentagonals ... A000326: 0., 1., 5., 12, 22, 35., 51., 70., 92., 117, 145,

Hexagonals .... A000384: 0., 1., 6., 15, 28, 45., 66., 91., 120, 153, 190,

Heptagonals ... A000566: 0., 1., 7., 18, 34, 55., 81., 112, 148, 189, 235,

Octagonals .... A000567: 0., 1., 8., 21, 40, 65., 96., 133, 176, 225, 280,

9-gonals ...... A001106: 0., 1., 9., 24, 46, 75., 111, 154, 204, 261, 325,

10-gonals ..... A001107: 0., 1., 10, 27, 52, 85., 126, 175, 232, 297, 370,

11-gonals ..... A051682: 0., 1., 11, 30, 58, 95., 141, 196, 260, 333, 415,

12-gonals ..... A051624: 0., 1., 12, 33, 64, 105, 156, 217, 288, 369, 460,

And so on ................................................................

===========================================================================

MAPLE

T[n_, k_] := (n + 1)*(k - 1)*k/2 + k; Table[ T[n - k, k], {n, 0, 11}, {k, 0, n}] // Flatten [From Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 12 2009]

CROSSREFS

Cf. A000217, A000290, A000326, A000384, A000566, A000567, A001106, A001107, A051682, A051624, A051865, A051866, A051867, A051868, A051869, A051870, A000007, A000012, A000027, A008585, A016957, A017329, A139606, A139607, A139608, A139609, A139610, A139611, A139612, A139613, A139614, A139615, A139616, A057145, A086271, A139600.

Cf. A139617, A139618, A139619, A139620. [From Omar E. Pol (info(AT)polprimos.com), Dec 21 2008]

Sequence in context: A143949 A124323 A106683 * A079520 A191532 A179552

Adjacent sequences:  A139598 A139599 A139600 * A139602 A139603 A139604

KEYWORD

easy,nonn,tabl

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Apr 27 2008, jan 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:48 EST 2012. Contains 205955 sequences.