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.

A176273 Partial sums of A036967.

Original entry on oeis.org

1, 17, 49, 113, 194, 322, 565, 821, 1333, 1958, 2687, 3711, 5007, 7055, 9242, 11643, 14235, 17360, 21248, 25344, 30528, 37089, 44865, 53057, 63057, 73425, 85089, 99730, 115282, 130907, 147291, 164098, 183781, 203781, 224517, 247845, 276406
Offset: 1

Views

Author

Jonathan Vos Post, Apr 14 2010

Keywords

Examples

			a(11) = 1 + 16 + 32 + 64 + 81 + 128 + 243 + 256 + 512 + 625 + 729 = 2687.
		

Crossrefs

Programs

  • Mathematica
    Accumulate @ Select[Range[25000], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 3 &] (* Amiram Eldar, Feb 07 2023 *)

Formula

a(n) = Sum_{i=1..n} A036967(i).