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 A259755 #53 Sep 06 2022 14:38:05 %S A259755 4,20,28,44,52,68,76,92,100,116,124,140,148,164,172,188,196,212,220, %T A259755 236,244,260,268,284,292,308,316,332,340,356,364,380,388,404,412,428, %U A259755 436,452,460,476,484,500,508,524,532,548,556,572,580,596,604,620,628 %N A259755 Numbers that are congruent to {4, 20} mod 24. %H A259755 Danny Rorabaugh, <a href="/A259755/b259755.txt">Table of n, a(n) for n = 1..10000</a> %H A259755 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,-1). %F A259755 a(n) = 2*(6*n + (-1)^n - 3). %F A259755 A259748(a(n))/a(n) = 3/4. %F A259755 a(n) = 4*A007310(n). - _Michel Marcus_, Sep 22 2015 %F A259755 G.f.: 4*x*(1 + 4*x + x^2) / ((1 + x)*(1 - x)^2). - _Bruno Berselli_, Oct 23 2015 %F A259755 Sum_{n>=1} (-1)^(n+1)/a(n) = sqrt(3)*Pi/24. - _Amiram Eldar_, Dec 31 2021 %F A259755 E.g.f.: 2*(2 + (6*x - 3)*exp(x) + exp(-x)). - _David Lovler_, Sep 05 2022 %t A259755 A[n_] := A[n] = Sum[a b, {a, 1,n}, {b, a + 1, n}]; Select[Range[200], Mod[A[#], #]/# == 3/4 &] %t A259755 Table[2 (6 n + (-1)^n - 3), {n, 1, 60}] (* _Bruno Berselli_, Oct 23 2015 *) %t A259755 LinearRecurrence[{1,1,-1},{4,20,28},60] (* _Harvey P. Dale_, Jul 19 2016 *) %o A259755 (Magma) [2*(6*n+(-1)^n-3): n in [1..60]]; // _Vincenzo Librandi_, Aug 27 2015 %o A259755 (PARI) vector(100, n, 2*(6*n+(-1)^n-3)) \\ _Altug Alkan_, Oct 23 2015 %Y A259755 Cf. A000914, A007310. %Y A259755 Other sequences of numbers k such that A259748(k)/k equals a constant: A008606, A073762, A259749, A259750, A259751, A259752, A259754. %K A259755 nonn,easy %O A259755 1,1 %A A259755 _José María Grau Ribas_, Jul 18 2015 %E A259755 Better name from _Danny Rorabaugh_, Oct 22 2015