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!)
A123077 Primes of the form (1+2n+3n^2+4n^3)/2. 1

%I #11 Sep 08 2022 08:45:28

%S 5,71,293,7103,32213,40487,50069,87623,161831,211007,238949,337343,

%T 852263,922037,1328447,1421909,1955399,2607989,3061703,3744551,

%U 4121087,4318469,4731941,5400359,5879231,7198421,9356927,10400501,10764863

%N Primes of the form (1+2n+3n^2+4n^3)/2.

%C Corresponding n's are 1, 3, 5, 15, 25, 27, 29, 35, 43, 47, 49, 55, 75, 77, 87, 89, 99, 109, 115, 123, 127, 129, 133, 139, 143, 153, 167, 173, 175, 179, 183, 185, 195, 199, 207, 209, 227, 229, 239, 245, 257, 259, 269, 273, 283, 285, 299, 309, 315, 325, 327, 337, 347, 349, 357, 363, 369, 377, 379, 393, 399, 403, 409, 417, 425, 439, 523, 539, 545, 559, 567, 575, 587, 589, 593, 607, 623, 659, 687, 697, 699.

%C There are no primes of the form (1+2n+3n^2+4n^3)/3.

%H Vincenzo Librandi, <a href="/A123077/b123077.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Table[(1 + 2 n + 3 n^2 + 4 n^3)/2, {n, 0, 200}], PrimeQ] (* _Vincenzo Librandi_, Mar 21 2013 *)

%o (Magma) [a: n in [0..250] | IsPrime(a) where a is (1 + 2*n + 3*n^2 + 4*n^3) div 2]; // _Vincenzo Librandi_, Mar 21 2013

%Y Cf. A056578, A123059.

%K easy,nonn

%O 1,1

%A _Zak Seidov_, Sep 27 2006

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 September 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)