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.

A106612 a(n) = numerator(n/(n+11)).

This page as a plain text file.
%I A106612 #64 Aug 24 2024 11:31:55
%S A106612 0,1,2,3,4,5,6,7,8,9,10,1,12,13,14,15,16,17,18,19,20,21,2,23,24,25,26,
%T A106612 27,28,29,30,31,32,3,34,35,36,37,38,39,40,41,42,43,4,45,46,47,48,49,
%U A106612 50,51,52,53,54,5,56,57,58,59,60,61,62,63,64,65,6,67,68,69,70,71,72,73,74,75
%N A106612 a(n) = numerator(n/(n+11)).
%C A106612 In general, the numerators of n/(n+p) for prime p and n >= 0, form a sequence with the g.f.: x/(1-x)^2 - (p-1)*x^p/(1-x^p)^2. - _Paul D. Hanna_, Jul 27 2005
%C A106612 a(n) <> n iff n = 11 * k, in this case, a(n) = k. - _Bernard Schott_, Feb 19 2019
%H A106612 G. C. Greubel, <a href="/A106612/b106612.txt">Table of n, a(n) for n = 0..10000</a>
%H A106612 <a href="/index/Rec#order_22">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,-1).
%F A106612 G.f.: x/(1-x)^2 - 10*x^11/(1-x^11)^2. - _Paul D. Hanna_, Jul 27 2005
%F A106612 a(n) = lcm(n,11)/11.
%F A106612 From _R. J. Mathar_, Apr 18 2011: (Start)
%F A106612 a(n) = A109052(n)/11.
%F A106612 Dirichlet g.f.: zeta(s-1)*(1-10/11^s). (End)
%F A106612 a(n) = 2*a(n-11) - a(n-22). - _G. C. Greubel_, Feb 19 2019
%F A106612 From _Amiram Eldar_, Nov 25 2022: (Start)
%F A106612 Multiplicative with a(11^e) = 11^(e-1), and a(p^e) = p^e if p != 11.
%F A106612 Sum_{k=1..n} a(k) ~ (111/242) * n^2. (End)
%F A106612 Sum_{n>=1} (-1)^(n+1)/a(n) = 21*log(2)/11. - _Amiram Eldar_, Sep 08 2023
%p A106612 seq(numer(n/(n+11)),n=0..80); # _Muniru A Asiru_, Feb 19 2019
%t A106612 f[n_]:=Numerator[n/(n+11)];Array[f,100,0] (* _Vladimir Joseph Stephan Orlovsky_, Feb 17 2011 *)
%t A106612 LinearRecurrence[{0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,-1},{0,1,2,3,4,5,6,7,8,9,10,1,12,13,14,15,16,17,18,19,20,21},80] (* _Harvey P. Dale_, Jul 05 2021 *)
%o A106612 (Sage) [lcm(n,11)/11 for n in range(0, 54)] # _Zerinvary Lajos_, Jun 09 2009
%o A106612 (Magma) [Numerator(n/(n+11)): n in [0..100]]; // _Vincenzo Librandi_, Apr 18 2011
%o A106612 (PARI) vector(100, n, n--; numerator(n/(n+11))) \\ _G. C. Greubel_, Feb 19 2019
%o A106612 (GAP) List([0..80],n->NumeratorRat(n/(n+11))); # _Muniru A Asiru_, Feb 19 2019
%Y A106612 Cf. A109052, A137564 (differs, e.g., for n=100).
%Y A106612 Cf. Sequences given by the formula numerator(n/(n + k)): A026741 (k = 2), A051176 (k = 3), A060819 (k = 4), A060791 (k = 5), A060789 (k = 6), A106608 thru A106611 (k = 7 thru 10), A051724 (k = 12), A106614 thru A106621 (k = 13 thru 20).
%K A106612 nonn,frac,mult,easy
%O A106612 0,3
%A A106612 _N. J. A. Sloane_, May 15 2005