login
A087738
Square array: T(n,k) gives n-th number a such that a^(2^k)+1 is prime (a generalized Fermat).
1
1, 2, 1, 4, 2, 1, 6, 4, 2, 1, 10, 6, 4, 2, 1, 12, 10, 6, 4, 2, 1, 16, 14, 16, 118, 44, 30, 1, 18, 16, 20, 132, 74, 54, 102, 1, 22, 20, 24, 140, 76, 96, 162, 120, 1, 28, 24, 28, 152, 94, 112, 274, 190, 278, 1, 30, 26, 34, 208, 156, 114, 300, 234, 614, 46, 1, 36, 36, 46, 240, 158
OFFSET
0,2
REFERENCES
Harvey Dubner, J. Recr. Math., 18, 1986.
EXAMPLE
{1}; {2,1}; {4,2,1}; ...
See the well-formed array on Gallot's page.
KEYWORD
nonn,tabl
AUTHOR
Jeppe Stig Nielsen, Oct 01 2003
STATUS
approved