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.

A089764 Primes of the form k! followed by a 1.

Original entry on oeis.org

11, 61, 241, 1201, 258520167388849766400001, 2631308369336935301672180121600000001, 203978820811974433586402817399028973568000000001, 5075802138772247988008568121766252272260045289880360030994059394809856000000000000001
Offset: 1

Views

Author

Amarnath Murthy, Nov 23 2003

Keywords

Comments

The next term has 739 digits. - Harvey P. Dale, Jun 08 2014

Examples

			1201 is a prime obtained as 5! followed by a 1.
		

Crossrefs

Programs

  • Mathematica
    Select[Table[FromDigits[Join[IntegerDigits[n!],{1}]],{n,50}],PrimeQ] (* Harvey P. Dale, Jun 08 2014 *)

Extensions

More terms from Lior Manor, May 10 2004
One additional term from Harvey P. Dale, Jun 08 2014