login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A111101
Cumulative sum of A000001(n)^A000001(n).
0
1, 2, 3, 7, 8, 12, 13, 3138, 3142, 3146, 3147, 6272, 6273, 6277, 6278, 11112006825564294, 11112006825564295, 11112006825567420, 11112006825567421, 11112006825570546, 11112006825570550, 11112006825570554, 11112006825570555, 449005897206429930, 449005897206429934
OFFSET
1,2
FORMULA
a(n) = Sum_{i=1..n} A000001(i)^A000001(i).
a(n) = Sum_{i=1..n} A000312(A000001(i)).
MATHEMATICA
Accumulate[Table[FiniteGroupCount[n]^FiniteGroupCount[n], {n, 25}]] (* James C. McMahon, Apr 30 2024 *)
CROSSREFS
Sequence in context: A047221 A331078 A032967 * A281017 A281018 A184860
KEYWORD
easy,nonn,less
AUTHOR
Jonathan Vos Post, Oct 13 2005
EXTENSIONS
More terms from James C. McMahon, Apr 30 2024
STATUS
approved