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!)
A017090 a(n) = (8*n + 2)^2. 2

%I #31 Apr 24 2023 02:54:19

%S 4,100,324,676,1156,1764,2500,3364,4356,5476,6724,8100,9604,11236,

%T 12996,14884,16900,19044,21316,23716,26244,28900,31684,34596,37636,

%U 40804,44100,47524,51076,54756,58564,62500,66564,70756,75076,79524,84100,88804,93636,98596

%N a(n) = (8*n + 2)^2.

%H Vincenzo Librandi, <a href="/A017090/b017090.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).

%F G.f.: -4*(1 + 22*x + 9*x^2)/(x-1)^3. - _R. J. Mathar_, Jul 14 2016

%F From _Amiram Eldar_, Apr 24 2023: (Start)

%F a(n) = A017089(n)^2.

%F a(n) = 2^2*A016814(n).

%F Sum_{n>=0} 1/a(n) = Pi^2/64 + G/8, where G is Catalan's constant (A006752). (End)

%t Table[(8*n + 2)^2, {n, 0, 40}] (* _Amiram Eldar_, Apr 24 2023 *)

%o (Magma) [(8*n+2)^2: n in [0..35]]; // _Vincenzo Librandi_, Jul 12 2011

%o (PARI) a(n)=(8*n+2)^2 \\ _Charles R Greathouse IV_, Jun 17 2017

%Y Cf. A006752, A016814, A017089 (8n+2), A000290 (n^2).

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_

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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)