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.

A125549 Composite Kummer numbers: -1 + product of first n consecutive primes (A057588).

Original entry on oeis.org

209, 510509, 9699689, 223092869, 6469693229, 200560490129, 7420738134809, 13082761331670029, 614889782588491409, 32589158477190044729, 1922760350154212639069, 117288381359406970983269
Offset: 1

Views

Author

Artur Jasinski, Jan 01 2007

Keywords

Crossrefs

Cf. A057588, A066576 (composite Euclid numbers).

Programs

  • Magma
    [a: n in [2..20]| not IsPrime(a) where a is -1+&*[NthPrime(k):k in [1..n]]]; // Marius A. Burtea, Feb 18 2020

Extensions

Edited by Klaus Brockhaus, Jan 11 2007