A063986
Numbers k that divide Sum_{j=1..k} A051953(j) where A051953(j) = j - Phi(j). Arithmetic mean of first k cototient values is an integer.
Original entry on oeis.org
1, 4, 5, 24, 25, 249, 600, 617, 12272, 13763, 21332, 25228, 783665, 15748051, 41846733, 195853251, 2488541984, 14399065016, 21119309213, 22430204140, 43787603128, 157825075944, 206651865067, 271605149320, 374049315076, 650288309748
Offset: 1
k=5: (1 + 1 + 2 + 2 + 4)/5 = 2.
-
s = 0; Do[s = s + n - EulerPhi[n]; If[ IntegerQ[s/n], Print[n]], {n, 1, 10^7} ]
A048919
Indices of 9-gonal numbers which are also heptagonal.
Original entry on oeis.org
1, 88, 12445, 1767052, 250908889, 35627295136, 5058825000373, 718317522757780, 101996029406604337, 14482717858215058024, 2056443939837131635021, 292000556739014477114908
Offset: 1
-
I:=[1, 88, 12445]; [n le 3 select I[n] else 143*Self(n-1)-143*Self(n-2)+Self(n-3): n in [1..30]]; // Vincenzo Librandi, Dec 21 2011
-
LinearRecurrence[{143,-143,1},{1,88,12445},30] (* Vincenzo Librandi, Dec 21 2011 *)
-
makelist(expand((50+(25-3*sqrt(35))*(6+sqrt(35))^(2*n-1)+(25+3*sqrt(35))*(6-sqrt(35))^(2*n-1))/140), n, 1, 12); /* Bruno Berselli, Dec 21 2011 */
A048921
9-gonal heptagonal numbers (A000566).
Original entry on oeis.org
1, 26884, 542041975, 10928650279834, 220343446399977901, 4442564555387704166896, 89570986345383445012986019, 1805930222253056462964119954950, 36411165051495138060899141518722649, 734121907962314751330792028336366100956
Offset: 1
-
LinearRecurrence[{20163, -20163, 1}, {1, 26884, 542041975}, 9]; (* Ant King, Dec 31 2011 *)
-
Vec(x*(1+6721*x+46*x^2)/((1-x)*(1-20162*x+x^2)) + O(x^20)) \\ Colin Barker, Jun 22 2015
A073128
Integer quotients arising in A063986.
Original entry on oeis.org
0, 1, 1, 5, 5, 49, 118, 121, 2406, 2698, 4182, 4946, 153627, 3087192, 8203485, 38394376, 487844934, 2822741576, 4140154385, 4397137572, 8583966231
Offset: 1
n=15, A063986(15)=41846733, sum of first 41846733 cototients is s=343289046464505, a(15)=s/41846733. Only in knowledge of either the quotients or of partial sums of cototients is it possible to continue A063986 without recomputing previous terms!
A073129
Partial sums of cototients arising in A063986.
Original entry on oeis.org
0, 4, 5, 120, 125, 12201, 70800, 74657, 29526432, 37132574, 89210424, 124777688, 120392102955, 48617257062792, 343289046464505, 7519663359716376, 1214022599940709056, 40644839476190305216, 87437200646372849005, 98628693371623948080, 375871306587181970568
Offset: 1
n=15, a(15)=343289046464505, sum of first 41846733 cototients A063986(15)*A073128(15)=a(15) To continue A063986, A073128 or A073129 without recomputing previous terms, corresponding entries from 2 of above sequences is required.
Showing 1-5 of 5 results.
Comments