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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067389 3*n^3 + 2*n^2 + n 1
0, 6, 34, 102, 228, 430, 726, 1134, 1672, 2358, 3210, 4246, 5484, 6942, 8638, 10590, 12816, 15334, 18162, 21318, 24820, 28686, 32934, 37582, 42648, 48150, 54106, 60534, 67452, 74878, 82830, 91326, 100384, 110022, 120258, 131110, 142596 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..1000

FORMULA

a(n) =n*A056109(n) =A045991(n+1)+A033431(n) - Henry Bottomley (se16(AT)btinternet.com), Jan 25 2002

MAPLE

a:=n->n+2*n^2+3*n^3: seq(a(n), n=0..36); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 05 2007

MATHEMATICA

Table[3*n^3+2*n^2+n, {n, 0, 80}] (* From Vladimir Joseph Stephan Orlovsky, May 07 2011 *)

PROG

(MAGMA) [3*n^3 + 2*n^2 + n: n in [0..60]]; // Vincenzo Librandi, May 08 2011

CROSSREFS

Sequence in context: A152528 A135733 A072312 * A061616 A166812 A166941

Adjacent sequences:  A067386 A067387 A067388 * A067390 A067391 A067392

KEYWORD

nonn

AUTHOR

George E. Antoniou (george.antoniou(AT)montclair.edu), Jan 21 2002

EXTENSIONS

More terms from Henry Bottomley (se16(AT)btinternet.com), Jan 25 2002

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 15 12:14 EST 2012. Contains 205783 sequences.