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!)
A102649 Numbers n such that 11*n^2 + 11*n + 3 is prime. 0
0, 4, 7, 10, 22, 34, 40, 49, 52, 64, 67, 70, 82, 100, 109, 115, 124, 127, 139, 169, 172, 175, 184, 187, 202, 214, 217, 235, 244, 265, 277, 280, 289, 292, 295, 307, 310, 325, 349, 367, 424, 454, 460, 484, 487, 490, 505, 517, 529, 535, 547, 559, 565, 589, 604 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Except for 0, all a(n)==1 (mod 3). - Robert G. Wilson v, Feb 12 2005
LINKS
EXAMPLE
If n=0, then 11*(0^2) + 11*0 + 3 = 3 (prime)
If n=64, then 11*(64^2) + 11*64 + 3 = 45763 (prime)
If n=169, then 11*(169^2) + 11*169 + 3 = 316033 (prime)
PROG
(PARI) is(n)=isprime(11*n^2+11*n+3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A080922 A227686 A161863 * A084386 A275176 A024726
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Feb 03 2005
EXTENSIONS
More terms from Robert G. Wilson v, Feb 12 2005
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)