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.

A050809 Primes of the form floor( exp(k) ).

Original entry on oeis.org

2, 7, 65659969, 5184705528587072464087, 14302079958348104463583671072905261080748384225250684971, 17199742630376622641833783925547830057256484050709158699244513
Offset: 1

Views

Author

Patrick De Geest, Oct 15 1999

Keywords

Examples

			a(3) = floor(e^18) = 65659969, which is prime.
		

Crossrefs

Cf. A050808 (values of k), A000149, A040016, A037028, A000227, A004791.

Programs

  • Mathematica
    Select[Table[Floor[Exp[n]], {n, 150}], PrimeQ] (* Jayanta Basu, Jun 01 2013 *)

Extensions

Corrected by Naohiro Nomoto, Feb 22 2001