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!)
A138218 Numbers k such that 180k^2 + 1 is prime. 1
1, 3, 6, 7, 14, 17, 18, 22, 24, 25, 27, 28, 29, 31, 32, 41, 46, 48, 50, 52, 55, 59, 62, 64, 66, 67, 76, 77, 83, 85, 87, 88, 92, 94, 95, 97, 102, 106, 108, 118, 123, 134, 136, 139, 140, 141, 147, 148, 154, 155, 157, 162, 165, 167, 179, 181, 192, 193, 199, 202, 203, 207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Or, numbers j arising in A137530.
LINKS
FORMULA
a(n) = sqrt((A137530(n) - 1)/180).
PROG
(Magma) [n: n in [0..10000]|IsPrime(1+180*n^2)] // Vincenzo Librandi, Dec 13 2010
(PARI) is(n)=isprime(1+180*n^2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A137530.
Sequence in context: A324726 A333379 A037015 * A056055 A359476 A070523
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, May 05 2008
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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)