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.

A176527 Partial sums of A006058.

This page as a plain text file.
%I A176527 #10 Feb 23 2020 08:38:00
%S A176527 1,2,5,21,166,2277,49901,1675904,84239935,6231045077,668949067432,
%T A176527 103005162942955,22511886374045653,6918461813753405930,
%U A176527 2965189776573865320121,1759287329824925168339697,1435531006280642249195752862,1601571709194974043628781397985,2430449338115875591262479128994073
%N A176527 Partial sums of A006058.
%C A176527 Partial sums of number of connected labeled topologies with n points. The subsequence of primes in this partial sum begins: 2, 5, and then what?
%F A176527 a(n) = Sum_{i=0..n} A006058(i) = Sum_{i=0..n} Sum_{k=0..i-1} C(i, k)*A000798(k) (for i>=1).
%t A176527 Cases[Import["https://oeis.org/A006058/b006058.txt", "Table"], {_, _}][[All, 2]] // Accumulate (* _Jean-François Alcover_, Jan 01 2020 *)
%Y A176527 Cf. A000798, A006058.
%K A176527 nonn
%O A176527 0,2
%A A176527 _Jonathan Vos Post_, Apr 19 2010
%E A176527 a(16)-a(18) from _Jinyuan Wang_, Feb 23 2020