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.

A174106 Smallest primes such that when primes up to and including the n-th term in this sequence are summed, the result will be divisible by 10^n.

Original entry on oeis.org

5, 23, 35677, 106853, 632501, 31190879, 58369153, 707712517, 26219976521, 87424229843, 1642257355619, 2962734127453
Offset: 1

Views

Author

Phil Carmody, Mar 07 2010

Keywords

Comments

In the long term, the prime sums' residues modulo 10^n are uniformly distributed, so one would expect the n-th term to be about the same size as the n-th prime.

Examples

			2+3+5 = 10, so 5 is the 1st term.
2+3+5+7+11+13+17+19+23 = 100, so 23 is the 2nd term.