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.

A076207 Triangular numbers whose sum of primes from smallest to largest prime factor is triangular and whose sum of composites from smallest to largest prime factor is triangular.

Original entry on oeis.org

3, 21, 105, 325, 7875, 9568125
Offset: 1

Views

Author

Jason Earls, Nov 02 2002

Keywords

Comments

No more terms < 2.77*10^12. - David Wasserman, Jul 20 2005
a(7) > 2*10^15. - Donovan Johnson, Feb 03 2013

Examples

			325 = 5^2*13, sum of primes between: 5+7+11+13 = 36, triangular; sum of composites between: 6+8+9+10+12 = 45, triangular.
		

Crossrefs

Extensions

Offset corrected by Donovan Johnson, Feb 03 2013