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.

A017078 a(n) = (8*n + 1)^2.

This page as a plain text file.
%I A017078 #20 May 07 2024 06:53:13
%S A017078 1,81,289,625,1089,1681,2401,3249,4225,5329,6561,7921,9409,11025,
%T A017078 12769,14641,16641,18769,21025,23409,25921,28561,31329,34225,37249,
%U A017078 40401,43681,47089,50625,54289,58081
%N A017078 a(n) = (8*n + 1)^2.
%H A017078 Vincenzo Librandi, <a href="/A017078/b017078.txt">Table of n, a(n) for n = 0..10000</a>
%H A017078 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A017078 G.f.: (1 + 78*x + 49*x^2)/(1-x)^3. - _R. J. Mathar_, Mar 21 2016
%F A017078 From _G. C. Greubel_, Dec 28 2022: (Start)
%F A017078 a(2*n) = A016754(8*n).
%F A017078 E.g.f.: (1 + 80*x + 64*x^2)*exp(x). (End)
%F A017078 Sum_{n>=0} 1/a(n) = psi'(1/8)/64 = 1.02168958507793.. - _R. J. Mathar_, May 07 2024
%t A017078 (8*Range[0,40] +1)^2 (* _G. C. Greubel_, Dec 28 2022 *)
%o A017078 (Magma) [(8*n+1)^2: n in [0..40]]; // _Vincenzo Librandi_, Jul 11 2011
%o A017078 (PARI) a(n)=(8*n+1)^2 \\ _Charles R Greathouse IV_, Jun 17 2017
%o A017078 (SageMath) [(8*n+1)^2 for n in range(41)] # _G. C. Greubel_, Dec 28 2022
%Y A017078 Sequences of the form (m*n+1)^2: A000012 (m=0), A000290 (m=1), A016754 (m=2), A016778 (m-3), A016814 (m=4), A016862 (m=5), A016922 (m=6), A016994 (m=7), this sequence (m=8), A017174 (m=9), A017282 (m=10), A017402 (m=11), A017534 (m=12), A134934 (m=14).
%K A017078 nonn,easy
%O A017078 0,2
%A A017078 _N. J. A. Sloane_