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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098547 n^3+n^2+1. 7
1, 3, 13, 37, 81, 151, 253, 393, 577, 811, 1101, 1453, 1873, 2367, 2941, 3601, 4353, 5203, 6157, 7221, 8401, 9703, 11133, 12697, 14401, 16251, 18253, 20413, 22737, 25231, 27901, 30753, 33793, 37027, 40461, 44101, 47953, 52023, 56317, 60841, 65601 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

with (combinat):seq(fibonacci(3, n)+n^3, n=0..40); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 25 2008

MATHEMATICA

Table[n^3+n^2+1, {n, 1, 100}] (*From Vladimir Joseph Stephan Orlovsky, Mar 09 2011*)

PROG

(MAGMA) [(n^3+n^2+1): n in [1..60]]; // Vincenzo Librandi, Apr 06 2011

CROSSREFS

Cf. A000578 A066023 A001093 A034262 A071568 A011379 A027444 A053698 A033431 A033562 A061317.

Sequence in context: A153009 A147168 A147183 * A194486 A024535 A196235

Adjacent sequences:  A098544 A098545 A098546 * A098548 A098549 A098550

KEYWORD

nonn,easy

AUTHOR

Douglas Winston (douglas.winston(AT)srupc.com), Oct 26 2004

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:45 EST 2012. Contains 205951 sequences.