|
| |
|
|
A154617
|
|
Eleven times hexagonal numbers: 11*n*(2*n-1).
|
|
2
| |
|
|
0, 11, 66, 165, 308, 495, 726, 1001, 1320, 1683, 2090, 2541, 3036, 3575, 4158, 4785, 5456, 6171, 6930, 7733, 8580, 9471, 10406, 11385, 12408, 13475, 14586, 15741, 16940, 18183, 19470, 20801, 22176, 23595, 25058, 26565, 28116, 29711
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Sequence found by reading the line from 0, in the direction 0, 11,..., in the square spiral whose vertices are the generalized tridecagonal numbers A195313. - Omar E. Pol, Sep 18 2011
|
|
|
FORMULA
| a(n) = 22*n^2 - 11*n = A000384(n)*11.
|
|
|
PROG
| a(n)=a(n-1)+44*n-33 (With a(0)=0) [From Vincenzo Librandi, Dec 15 2010]
|
|
|
CROSSREFS
| Cf. A000384, A002939, A094159, A152745, A153781.
Sequence in context: A054490 A126479 A139611 * A063842 A162628 A008503
Adjacent sequences: A154614 A154615 A154616 * A154618 A154619 A154620
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Omar E. Pol (info(AT)polprimos.com), Jan 13 2009
|
| |
|
|