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!)
A087861 Primes of the form 16*m^2 + 81, m=1,2,3,... 2
97, 337, 2017, 3217, 4177, 5857, 6481, 13537, 19681, 33937, 48481, 59617, 65617, 80737, 87697, 102481, 144481, 160081, 173137, 211681, 226657, 246097, 296017, 355297, 384481, 457057, 462481, 524257, 541777, 547681, 583777, 602257, 698977 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[16n^2+81, {n, 0, 120000}], PrimeQ] (* Vincenzo Librandi, Dec 11 2011 *)
PROG
(PARI) fourmp1(m, n) = { forstep(x=1, m, 1, y=16*(x^2+n^2)+8*n+1; if(isprime(y), print1(y", ")) ) }
(Magma) [a: n in [0..300] | IsPrime(a) where a is 16*n^2+81]; // Vincenzo Librandi, Dec 11 2011
CROSSREFS
Sequence in context: A141899 A140627 A142631 * A269786 A366352 A105128
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, Oct 09 2003
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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)