login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A352805 a(n) = A296507(n+1)/6; numbers k such that 36*k^2 - 13 is prime. 2
1, 2, 3, 4, 5, 6, 9, 12, 14, 15, 16, 17, 19, 20, 23, 28, 31, 33, 34, 35, 36, 38, 40, 46, 49, 53, 55, 59, 60, 62, 63, 67, 69, 73, 74, 76, 80, 83, 84, 98, 100, 102, 103, 105, 106, 111, 113, 115, 119, 120, 121, 122, 123, 127, 128, 132, 134, 136, 142, 144, 145, 147
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A296507 with common factor 6 removed.
LINKS
MATHEMATICA
Select[Range[200], PrimeQ[36*#^2 - 13] &]
PROG
(PARI) isA352805(n)=isprime(36*n^2-13)
CROSSREFS
Cf. A296507, A154648 ({3} union the resulting primes), A352804.
Sequence in context: A331016 A125155 A365416 * A091179 A036027 A036032
KEYWORD
nonn,easy
AUTHOR
Jianing Song, Apr 04 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 17:13 EDT 2024. Contains 376014 sequences. (Running on oeis4.)