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.

A165771 Smallest positive integer such that a(1)+...a(n) divides 123...n (=A007908(n)).

Original entry on oeis.org

1, 1, 1, 614, 206, 463, 8435, 4872, 17870, 1234535428, 182846450, 693391108, 96110089192, 205761216947625578, 8024691291572288542, 3078189274921062476618, 5669380917941142205058, 61952555082544875480446
Offset: 1

Views

Author

M. F. Hasler, Sep 30 2009

Keywords

Comments

Without the initial term, these are the first differences of A165770.

Crossrefs

Programs

  • PARI
    c=""; s=0; for(i=1,19, fordiv(c=eval(Str(c,i)),d, d>s || next; print1(d-s,", "); s=d; break))

Extensions

Edited by Charles R Greathouse IV, Apr 24 2010