The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A264900 Integers k such that A122102(k) + 1 is prime. 0
1, 13, 43, 71, 101, 149, 163, 191, 233, 257, 259, 277, 307, 311, 373, 389, 421, 439, 463, 563, 571, 617, 647, 743, 751, 763, 871, 899, 907, 971, 1099, 1171, 1223, 1429, 1517, 1577, 1621, 1631, 1687, 1691, 1709, 1741, 1757, 1759, 1777, 1841, 1871, 1963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Only a(11) = 259 is a composite number for n <= 25.
Initial corresponding primes are 17, 6870733, 9723349723 and 190977764951.
LINKS
EXAMPLE
a(1) = 1 because 2^4 + 1 = 17 is prime.
MATHEMATICA
Select[Range@ 2000, PrimeQ[Sum[Prime[k]^4, {k, #}] + 1] &] (* Michael De Vlieger, Nov 28 2015 *)
PROG
(PARI) a(n) = sum(k=1, n, prime(k)^4)+1;
for(n=0, 3000, if(ispseudoprime(a(n)) , print1(n, ", ")))
CROSSREFS
Cf. A122102.
Sequence in context: A043141 A043921 A138686 * A082369 A132233 A282322
KEYWORD
nonn
AUTHOR
Altug Alkan, Nov 27 2015
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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)