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!)
A247151 Numbers n such that abs(36*n^2 - 810*n + 2753) is prime. 0
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 55, 56, 57, 59, 61, 62, 64, 65, 66, 69, 70, 71, 73, 78, 80, 82, 83, 84, 85, 88, 90 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For 5, 6,...,18, the expression is negative, so the absolute value must be considered to get a (positive) prime. Thereafter, for 45, 53, 54, 58, 60, 63, 67, 68, 72, 74,... the values are composite. - M. F. Hasler, Jan 18 2015
LINKS
Eric Weisstein's World of Mathematics, Prime-Generating Polynomial
MATHEMATICA
Select[Range[0, 100], PrimeQ[(36 #^2 - 810 # + 2753)] &]
PROG
(Magma) [n: n in [0..100] | IsPrime(36*n^2-810*n+2753)];
(PARI) for(n=0, 999, isprime(abs(36*n^2-810*n+2753))&&print1(n", "))
CROSSREFS
Cf. A050268 (associated primes).
Sequence in context: A272302 A272443 A272437 * A267069 A366188 A002837
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 21 2014
EXTENSIONS
Corrected by M. F. Hasler, Jan 18 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 April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)