login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027688 a(n) = n^2 + n + 3. 18
3, 5, 9, 15, 23, 33, 45, 59, 75, 93, 113, 135, 159, 185, 213, 243, 275, 309, 345, 383, 423, 465, 509, 555, 603, 653, 705, 759, 815, 873, 933, 995, 1059, 1125, 1193, 1263, 1335, 1409, 1485, 1563, 1643, 1725, 1809, 1895, 1983, 2073, 2165, 2259 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
For n>0: a(n) = A176271(n+1,2). - Reinhard Zumkeller, Apr 13 2010
a(n) = 2*n + a(n-1) (with a(0)=3). - Vincenzo Librandi, Aug 05 2010
From Colin Barker, Dec 29 2014: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: (3*x^2 - 4*x + 3)/(1 - x)^3. (End)
Sum_{n>=0} 1/a(n) = Pi*tanh(Pi*sqrt(11)/2)/sqrt(11). - Amiram Eldar, Jan 17 2021
MAPLE
with (combinat):seq(fibonacci(3, n)+n+2, n=0..47); # Zerinvary Lajos, Jun 07 2008
MATHEMATICA
Table[n^2 + n + 3, {n, 0, 50}] (* Bruno Berselli, Sep 03 2018 *)
PROG
(PARI) Vec((3*x^2-4*x+3)/(1-x)^3 + O(x^100)) \\ Colin Barker, Dec 29 2014
CROSSREFS
Cf. A002522.
Sequence in context: A095039 A022940 A025207 * A118403 A033498 A147493
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Definition and offset corrected by Franklin T. Adams-Watters, Jul 06 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 27 10:52 EDT 2024. Contains 372017 sequences. (Running on oeis4.)