login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118132 Triangle read by rows n>=0: the largest prime <= m^n+2 in columns m=3..n+3. 0
3, 5, 5, 11, 17, 23, 29, 61, 127, 211, 83, 257, 619, 1297, 2399, 241, 1021, 3121, 7759, 16787, 32749, 727, 4093, 15619, 46649, 117643, 262139, 531383, 2179, 16381, 78121, 279919, 823541, 2097143, 4782971, 9999991, 6563, 65537, 390581, 1679609 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n,m) = A007917(m^n+2) .
EXAMPLE
The triangle starts in row n=0 as:
3;
5, 5 ;
11, 17, 23 ;
29, 61, 127, 211 ;
83, 257, 619, 1297, 2399 ;
241, 1021, 3121, 7759, 16787, 32749 ;
727, 4093, 15619, 46649, 117643, 262139, 531383 ;
2179, 16381, 78121, 279919, 823541, 2097143, 4782971, 9999991 ;
MATHEMATICA
f[n_, m_] := If[PrimeQ[n^m + 2], n^m + 2, Prime[PrimePi[n^m + 2]]] a = Table[Table[f[n, m], {n, 3, m + 3}], {m, 0, 9}] c = Flatten[a]
CROSSREFS
Sequence in context: A317650 A240731 A266505 * A089167 A188345 A349204
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, May 13 2006
EXTENSIONS
Definition simplified, formula simplified by Assoc. Eds. of the OEIS, Jun 15 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)