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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153783 3 times 11-gonal (or hendecagonal) numbers: 3n(9n-7)/2. 10
0, 3, 33, 90, 174, 285, 423, 588, 780, 999, 1245, 1518, 1818, 2145, 2499, 2880, 3288, 3723, 4185, 4674, 5190, 5733, 6303, 6900, 7524, 8175, 8853, 9558, 10290, 11049, 11835, 12648, 13488, 14355, 15249, 16170, 17118, 18093, 19095 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index entries for sequences related to linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

a(n) = (27n^2 - 21n)/2 = A051682(n)*3.

a(n)=27*n+a(n-1)-24 (with a(0)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 03 2010]

G.f.: 3*x*(1+8*x)/(1-x)^3. - Bruno Berselli, Jan 21 2011

MATHEMATICA

s=0; lst={s}; Do[s+=n; AppendTo[lst, s], {n, 3, 6!, 27}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 02 2009]

CROSSREFS

Cf. A051682, A152995.

3 times n-gonal numbers: A045943, A033428, A062741, A094159, A152773, A152751, A152759, A152767, A153448, A153875.

Sequence in context: A186680 A139222 A123049 * A048911 A089015 A062215

Adjacent sequences:  A153780 A153781 A153782 * A153784 A153785 A153786

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Jan 02 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 17 09:41 EST 2012. Contains 206009 sequences.