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.

A058780 Numbers n such that n^2 * 2^n + 1 is prime.

This page as a plain text file.
%I A058780 #12 Nov 17 2022 16:43:44
%S A058780 1,2,3,4,21,30,33,57,100,142,144,150,198,225,304,513,782,858,3638,
%T A058780 6076,9297,11037,12135,12876,30180,48470
%N A058780 Numbers n such that n^2 * 2^n + 1 is prime.
%H A058780 Steven Harvey, <a href="http://harvey563.tripod.com/GeneralizedHyperCullen.txt">Generalized HyperCullen Primes</a>
%t A058780 Do[ If[ PrimeQ[ n^2*2^n + 1 ], Print[n] ], {n, 1, 5000} ]
%o A058780 (PARI) is(n)=ispseudoprime(n^2*2^n+1) \\ _Charles R Greathouse IV_, May 22 2017
%Y A058780 Cf. A282400, A058781, A005849.
%K A058780 nonn
%O A058780 1,2
%A A058780 _Robert G. Wilson v_, Jan 02 2001
%E A058780 More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008