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 A175151 #21 Feb 08 2025 04:05:51 %S A175151 1,5,26,182,1737,21345,320938,5701778,116812889,2710555349, %T A175151 70256770866,2011763864406,63066746422417,2148275748236033, %U A175151 79009709388692498,3120334201617871778,131703367127423550129,5916556161455825857509,281857608793034773225930 %N A175151 a(n) = Sum_{i=1..n} ((i+1)^i - 1)/i. %H A175151 G. C. Greubel, <a href="/A175151/b175151.txt">Table of n, a(n) for n = 1..350</a> %F A175151 a(n) = Sum_{i=1..n+1} A060072(i). - _R. J. Mathar_, Mar 05 2010 %F A175151 a(n) = Sum_{j=1..n} (j+1)^j/j - H(n), where H(n) is the n-th harmonic number. - _G. C. Greubel_, Aug 16 2022 %t A175151 Accumulate[Table[((i+1)^i-1)/i,{i,20}]] (* _Harvey P. Dale_, Jul 08 2017 *) %o A175151 (Magma) [(&+[((j+1)^j -1)/j: j in [1..n]]): n in [1..30]]; // _G. C. Greubel_, Aug 16 2022 %o A175151 (SageMath) [sum(((j+1)^j -1)/j for j in (1..n)) for n in (1..30)] # _G. C. Greubel_, Aug 16 2022 %Y A175151 Cf. A000169, A023037, A037205, A060072. %K A175151 easy,nonn %O A175151 1,2 %A A175151 _Ctibor O. Zizka_, Feb 26 2010 %E A175151 More terms from _R. J. Mathar_, Mar 05 2010