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.

A145328 Partial sums of A007925, starting at n=1.

Original entry on oeis.org

-1, -2, 15, 414, 8263, 170550, 3838199, 95009206, 2581793607, 76644369006, 2472064375039, 86167184631630, 3229828797076775, 129604998329498374, 5545091849435542023, 252031805153121499398, 12129204697482149958439
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    lst={};s=0;Do[s+=n^(n+1)-(n+1)^n;AppendTo[lst,s],{n,5!}];lst
    Accumulate[Table[n^(n+1)-(n+1)^n,{n,20}]] (* Harvey P. Dale, Aug 26 2012 *)

Extensions

Edited by N. J. A. Sloane, Oct 09 2008