cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A027688 a(n) = n^2 + n + 3.

This page as a plain text file.
%I A027688 #36 Oct 31 2024 13:38:44
%S A027688 3,5,9,15,23,33,45,59,75,93,113,135,159,185,213,243,275,309,345,383,
%T A027688 423,465,509,555,603,653,705,759,815,873,933,995,1059,1125,1193,1263,
%U A027688 1335,1409,1485,1563,1643,1725,1809,1895,1983,2073,2165,2259,2355,2453,2553,2655
%N A027688 a(n) = n^2 + n + 3.
%H A027688 Colin Barker, <a href="/A027688/b027688.txt">Table of n, a(n) for n = 0..1000</a>
%H A027688 Patrick De Geest, <a href="http://www.worldofnumbers.com/quasimor.htm">Palindromic Quasi_Over_Squares of the form n^2+(n+X)</a>.
%H A027688 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A027688 For n > 0: a(n) = A176271(n+1,2). - _Reinhard Zumkeller_, Apr 13 2010
%F A027688 a(n) = 2*n + a(n-1) (with a(0)=3). - _Vincenzo Librandi_, Aug 05 2010
%F A027688 From _Colin Barker_, Dec 29 2014: (Start)
%F A027688 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
%F A027688 G.f.: (3*x^2 - 4*x + 3)/(1 - x)^3. (End)
%F A027688 Sum_{n>=0} 1/a(n) = Pi*tanh(Pi*sqrt(11)/2)/sqrt(11). - _Amiram Eldar_, Jan 17 2021
%F A027688 E.g.f.: exp(x)*(3 + 2*x + x^2). - _Elmo R. Oliveira_, Oct 31 2024
%p A027688 with (combinat):seq(fibonacci(3, n)+n+2, n=0..47); # _Zerinvary Lajos_, Jun 07 2008
%t A027688 Table[n^2 + n + 3, {n, 0, 50}] (* _Bruno Berselli_, Sep 03 2018 *)
%o A027688 (PARI) Vec((3*x^2-4*x+3)/(1-x)^3 + O(x^100)) \\ _Colin Barker_, Dec 29 2014
%Y A027688 Cf. A002522, A176271.
%K A027688 nonn,easy
%O A027688 0,1
%A A027688 _Patrick De Geest_
%E A027688 Definition and offset corrected by _Franklin T. Adams-Watters_, Jul 06 2009