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.

A057218 a(n) = least prime of the form n*k! + 1.

Original entry on oeis.org

2, 3, 7, 5, 11, 7, 43, 17, 19, 11, 23, 13, 79, 29, 31, 17, 103, 19, 457, 41, 43, 23, 47, 577, 151, 53, 163, 29, 59, 31, 156241, 193, 67, 24481, 71, 37, 223, 229, 79, 41, 83, 43, 1033, 89, 271, 47, 283, 97, 5881, 101, 103, 53, 107, 109, 331, 113, 6841, 59, 2355091201, 61
Offset: 1

Views

Author

Labos Elemer, Sep 27 2000

Keywords

Comments

First prime in the sequence n + 1, 2n + 1, 6n + 1, 24n + 1, 120n + 1, ...
If p is a prime then a(p-1) = p.

Examples

			n=275, for k=1,..,24 {1+275*k!}={276,551,.......,170623310476640845824000001} and a(275)=170623310476640845824000001, the prime generated by A057217(275)=24 as 1+275*24!
		

Crossrefs

Primes arising in A057217.

Programs

  • PARI
    a(n) = k = 1; while (!isprime(p=1+n*k!), k++); p; \\ Michel Marcus, Feb 20 2016

Extensions

More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Aug 12 2004