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.
%I A241849 #28 Nov 29 2024 19:05:11 %S A241849 19,20,23,28,35,44,55,68,83,100,119,140,163,188,215,244,275,308,343, %T A241849 380,419,460,503,548,595,644,695,748,803,860,919,980,1043,1108,1175, %U A241849 1244,1315,1388,1463,1540,1619,1700,1783,1868,1955,2044,2135,2228,2323,2420,2519 %N A241849 a(n) = n^2 + 19. %H A241849 Vincenzo Librandi, <a href="/A241849/b241849.txt">Table of n, a(n) for n = 0..1000</a> %H A241849 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1). %F A241849 G.f.: (19 - 37*x + 20*x^2)/(1 - x)^3. %F A241849 a(n) = a(-n) = 3*a(n-1) - 3*a(n-2) + a(n-3) = a(n-1) + 2*n - 1. %F A241849 From _Amiram Eldar_, Nov 03 2020: (Start) %F A241849 Sum_{n>=0} 1/a(n) = (1 + sqrt(19)*Pi*coth(sqrt(19)*Pi))/38. %F A241849 Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(19)*Pi*cosech(sqrt(19)*Pi))/38. (End) %F A241849 E.g.f.: exp(x)*(19 + x + x^2). - _Elmo R. Oliveira_, Nov 29 2024 %p A241849 A241849:=n->n^2+19: seq(A241849(n), n=0..100); # _Wesley Ivan Hurt_, Jan 16 2017 %t A241849 Table[n^2 + 19, {n, 0, 60}] %t A241849 LinearRecurrence[{3,-3,1},{19,20,23},50] (* _Harvey P. Dale_, Dec 05 2018 *) %o A241849 (Magma) [n^2+19: n in [0..60]]; %o A241849 (PARI) a(n)=n^2+19 \\ _Charles R Greathouse IV_, Jun 17 2017 %Y A241849 Cf. similar sequences listed in A114962. %K A241849 nonn,easy %O A241849 0,1 %A A241849 _Vincenzo Librandi_, May 01 2014