login
A144675
Numbers k such that A090831(k) is prime.
1
1, 2, 6, 8, 10, 242, 5732, 12230
OFFSET
1,2
COMMENTS
No further terms up to k = 2540 (A090831(2540) ~ 10^7400). A090831(242) is a proved prime (in spite of the given PARI code).
Obviously all terms beyond the first must be even, so one might as well consider a(n)/2 = 1,3,4,5,121,...
No further terms up to k = 20000. - Michael S. Branicky, Nov 17 2024
PROG
(PARI) print1(1); forstep( n=2, 3000, 2, /* n%10|print1([n]); */ ispseudoprime( sum( i=1, n, prime(i)^(n+1-i))) & print1(", "n))
CROSSREFS
Sequence in context: A185078 A214402 A166064 * A088417 A050880 A182424
KEYWORD
nonn,more,hard
AUTHOR
M. F. Hasler, Feb 02 2009, Feb 16 2009
EXTENSIONS
a(7)-a(8) from Michael S. Branicky, Nov 17 2024
STATUS
approved