A099675
Partial sums of repdigits of A002282.
Original entry on oeis.org
8, 96, 984, 9872, 98760, 987648, 9876536, 98765424, 987654312, 9876543200, 98765432088, 987654320976, 9876543209864, 98765432098752, 987654320987640, 9876543209876528, 98765432098765416, 987654320987654304, 9876543209876543192, 98765432098765432080, 987654320987654320968
Offset: 1
8 + 88 + 888 + 8888 + 88888 = a(5) = 98760.
A099674
Partial sums of repdigits of A002281.
Original entry on oeis.org
0, 7, 84, 861, 8638, 86415, 864192, 8641969, 86419746, 864197523, 8641975300, 86419753077, 864197530854, 8641975308631, 86419753086408, 864197530864185, 8641975308641962, 86419753086419739, 864197530864197516, 8641975308641975293, 86419753086419753070, 864197530864197530847
Offset: 0
7 + 77 + 777 + 7777 + 77777 = a(5) = 86415.
-
<Robert G. Wilson v, Nov 20 2004 *)
Accumulate[LinearRecurrence[{11,-10},{0,7},25]] (* Harvey P. Dale, Jul 22 2025 *)
A099676
Partial sums of repdigits of A002283.
Original entry on oeis.org
9, 108, 1107, 11106, 111105, 1111104, 11111103, 111111102, 1111111101, 11111111100, 111111111099, 1111111111098, 11111111111097, 111111111111096, 1111111111111095, 11111111111111094, 111111111111111093, 1111111111111111092, 11111111111111111091
Offset: 1
9 + 99 + 999 + 9999 + 99999 = a(5) = 111105.
-
[(10/9)*(10^n-1)-n: n in [1..20]]; // Vincenzo Librandi, Mar 14 2014
-
a:=n->sum((10^(n-j)-1^(n-j)), j=0..n): seq(a(n), n=1..17); # Zerinvary Lajos, Jan 15 2007
-
<Vincenzo Librandi, Mar 14 2014 *)
LinearRecurrence[{12,-21,10},{9,108,1107},20] (* Harvey P. Dale, Apr 18 2015 *)
-
Vec(-9*x/((x-1)^2*(10*x-1)) + O(x^100)) \\ Colin Barker, Mar 12 2014
-
[gaussian_binomial(n,1,10)-n for n in range(2,19)] # Zerinvary Lajos, May 29 2009
A099672
Partial sums of repdigits of A002279.
Original entry on oeis.org
5, 60, 615, 6170, 61725, 617280, 6172835, 61728390, 617283945, 6172839500, 61728395055, 617283950610, 6172839506165, 61728395061720, 617283950617275, 6172839506172830, 61728395061728385, 617283950617283940, 6172839506172839495, 61728395061728395050, 617283950617283950605
Offset: 1
5 + 55 + 555 + 5555 + 55555 = a(5) = 61725.
-
<Robert G. Wilson v, Nov 20 2004 *)
Accumulate[Table[FromDigits[PadRight[{},n,5]],{n,0,20}]] (* Harvey P. Dale, Oct 05 2013 *)
-
Vec(5*x/((1 - x)^2*(1 - 10*x)) + O(x^40)) \\ Colin Barker, Nov 30 2017
A099663
a(n) is the largest prime before A002276(n).
Original entry on oeis.org
19, 211, 2221, 22193, 222199, 2222219, 22222199, 222222193, 2222222137, 22222222189, 222222222169, 2222222222197, 22222222222201, 222222222222151, 2222222222222203, 22222222222222153, 222222222222222221, 2222222222222222177, 22222222222222222169, 222222222222222222149, 2222222222222222222161
Offset: 2
-
Table[NextPrime[2(10^n-1)/9, -1], {n, 2, 35}]
Drop[NextPrime[#,-1]&/@LinearRecurrence[{11,-10},{0,2},20],2] (* Harvey P. Dale, Dec 19 2020 *)
A099673
Partial sums of repdigits of A002280.
Original entry on oeis.org
6, 72, 738, 7404, 74070, 740736, 7407402, 74074068, 740740734, 7407407400, 74074074066, 740740740732, 7407407407398, 74074074074064, 740740740740730, 7407407407407396, 74074074074074062, 740740740740740728, 7407407407407407394, 74074074074074074060, 740740740740740740726
Offset: 1
6 + 66 + 666 + 6666 + 66666 = a(5) = 74070.
Showing 1-6 of 6 results.
Comments