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!)
A111147 Numbers n such that 5*n^2 + 1 is prime. 1
6, 18, 36, 42, 84, 102, 108, 132, 144, 150, 162, 168, 174, 186, 192, 246, 276, 288, 300, 312, 330, 354, 372, 384, 396, 402, 456, 462, 498, 510, 522, 528, 552, 564, 570, 582, 612, 636, 648, 708, 738, 804, 816, 834, 840, 846, 882, 888, 924, 930, 942, 972, 990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=312 then 5*n^2 + 1 = 486721 (prime).
MATHEMATICA
Select[Range[1000], PrimeQ[5*#^2 + 1] &] (* Stefan Steinerberger, Feb 26 2006 *)
PROG
(PARI) is(n)=isprime(5*n^2+1) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A271123 A271303 A110965 * A333821 A358843 A328586
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 18 2005
EXTENSIONS
More terms from Stefan Steinerberger, Feb 26 2006
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 July 7 00:45 EDT 2024. Contains 374060 sequences. (Running on oeis4.)