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.

A119417 Partial sums of A119385.

This page as a plain text file.
%I A119417 #8 Jan 21 2019 19:01:55
%S A119417 0,46,102,168,244,330,426,532,648,774,901,901,902,904,907,911,916,922,
%T A119417 929,937,946,957,1023,1099,1185,1281,1387,1503,1629,1765,1902,1902,
%U A119417 1904,1907,1911,1916,1922,1929,1937,1946,1956,1968,2044,2130,2226,2332,2448
%N A119417 Partial sums of A119385.
%p A119417 A119417 := proc(n) add( op(1,A119385(k)),k=0..n) ; end:
%p A119417 seq(A119417(n),n=0..80) ; # _R. J. Mathar_, Jan 21 2008
%K A119417 base,easy,nonn
%O A119417 0,2
%A A119417 _Jorge Coveiro_, Jul 25 2006
%E A119417 More terms from _R. J. Mathar_, Jan 21 2008