The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A303739 Numbers k such that 9*k^2 + 3*k + 1 (A082040) is prime. 1
1, 2, 4, 5, 7, 8, 9, 11, 18, 19, 22, 23, 25, 26, 30, 33, 35, 37, 39, 46, 47, 49, 50, 51, 54, 56, 63, 64, 77, 82, 93, 96, 103, 112, 114, 116, 117, 119, 123, 126, 127, 134, 135, 138, 142, 145, 149, 151, 152, 163, 165, 175, 177, 179, 180, 189, 193, 194, 201, 203 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are the indices of the primes in A082040.
LINKS
MAPLE
select(n->isprime(9*n^2+3*n+1), [$0..300]);
PROG
(GAP) Filtered([0..300], n->IsPrime(9*n^2+3*n+1));
CROSSREFS
Cf. A082040, A303740 (corresponding primes).
Sequence in context: A026451 A050106 A345917 * A183544 A219640 A344406
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Jun 01 2018
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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)