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.

A229902 a(n) is the smallest m such that 19*m^k+1 is prime for k=1, 2,...,n.

Original entry on oeis.org

10, 10, 10, 2080, 178030, 41697270, 4355942080, 1944616927560
Offset: 1

Views

Author

Jahangeer Kholdi, Oct 04 2013

Keywords

Comments

10 divides all terms.

Crossrefs

Programs

  • Mathematica
    a[1]=10;a[n_]:=a[n]=(For[m=a[n-1]/10,Union[Table[PrimeQ[19(10m)^k+1],{k,n}]]=={True},m++];10m) (* Farideh Firoozbakht Oct 05 2013 *)

Extensions

a(7) from Farideh Firoozbakht Oct 05 2013
a(8) from Tyler Busby, Jan 06 2023