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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117619 a(n) = n^2 + 7. 3
7, 8, 11, 16, 23, 32, 43, 56, 71, 88, 107, 128, 151, 176, 203, 232, 263, 296, 331, 368, 407, 448, 491, 536, 583, 632, 683, 736, 791, 848, 907, 968, 1031, 1096, 1163, 1232, 1303, 1376, 1451, 1528, 1607, 1688, 1771, 1856, 1943, 2032, 2123, 2216, 2311, 2408 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

a(n) = a(n-1)+2*n-1 (with a(0)=7). [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

EXAMPLE

If n=1 then n^2 + 7 = 1^2 + 7 = 8 which is the second term.

MATHEMATICA

Table[n^2 + 7, {n, 0, 60}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 08 2006

PROG

(Other) sage: [lucas_number1(3, n, -7) for n in xrange(0, 50)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 16 2009]

CROSSREFS

Cf. A117951, A117950.

Sequence in context: A090385 A145826 A102963 * A098731 A105740 A050796

Adjacent sequences:  A117616 A117617 A117618 * A117620 A117621 A117622

KEYWORD

nonn,less

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 07 2006

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 08 2006

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 14 19:37 EST 2012. Contains 205663 sequences.