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.

A049496 a(n) and a(n)+4^k are primes at least for k=1,2,3,4,5,6.

This page as a plain text file.
%I A049496 #9 Mar 26 2024 05:07:09
%S A049496 37,163,15667,53593,142543,305407,607093,671353,904663,1172803,
%T A049496 1233523,1351837,1378843,1389217,1457857,1686133,1842523,1867783,
%U A049496 2451793,2668213,2694157,2979043,3095227,4228723,4890307,5535853,5772097,5859613,6404773,6827503,6933067
%N A049496 a(n) and a(n)+4^k are primes at least for k=1,2,3,4,5,6.
%F A049496 A023200 INTERSECT A269259. - _R. J. Mathar_, Mar 26 2024
%e A049496 37, 37+4=41, 37+16=53, 37+64=101, 37+256=293, 37+1024=1061, 37+4096=4133 are all primes; the smallest such a 7-chain is {37,41,53,101,293,1061,4133}.
%o A049496 (PARI) isok(n) = isprime(n) && isprime(n+4) && isprime(n+16) && isprime(n+64) && isprime(n+256) && isprime(n+1024) && isprime(n+4096); \\ _Michel Marcus_, Dec 22 2013
%Y A049496 Cf. A023200, A049492-A049495, A049497-A049500.
%K A049496 nonn
%O A049496 1,1
%A A049496 _Labos Elemer_
%E A049496 More terms from _Michel Marcus_, Dec 22 2013