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.

A166607 Numbers k such that Sum_{i=1..k} i^7 divides Product_{i=1..k} i^7.

Original entry on oeis.org

1, 733, 1637, 2096, 2367, 4231, 5674, 5839, 7585, 8344, 13719, 13753, 14983, 15151, 15197, 15257, 15757, 16595, 17305, 18791, 20701, 21442, 23652, 23738, 24519, 24789, 25474, 25916, 25933, 27474, 27487, 29185, 31455, 32846, 32950, 33421
Offset: 1

Views

Author

Alexander Adamchuk, Oct 18 2009

Keywords

Examples

			a(2) = A125314(7) = 733.
		

Crossrefs

Programs

  • Mathematica
    With[{c=Range[40000]^7},Flatten[Position[#[[1]]/#[[2]]&/@Thread[ {Rest[ FoldList[ Times,1,c]],Accumulate[c]}],?IntegerQ]]] (* _Harvey P. Dale, Nov 16 2014 *)

Extensions

More terms from Max Alekseyev, Sep 30 2010