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!)
A272572 Primes of the form n^4 + n^3 + 1 with n positive. 2
3, 109, 751, 15973, 41161, 54001, 345601, 1543501, 1726273, 2372761, 3833281, 8039359, 10010113, 18125251, 25769593, 63447211, 75609559, 93178009, 147741001, 164490259, 170377561, 270532609, 432967681, 457483993, 509625001, 551562859, 596037313, 1055592001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[n^4 + n^3 + 1, {n, 0, 170}], PrimeQ]
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is n^4+n^3+1];
(PARI) lista(nn) = {for(n=1, nn, if(ispseudoprime(p=n^4+n^3+1), print1(p, ", "))); } \\ Altug Alkan, May 04 2016
CROSSREFS
Sequence in context: A368623 A053861 A041635 * A142533 A089904 A092252
KEYWORD
nonn,less
AUTHOR
Vincenzo Librandi, May 03 2016
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 April 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)