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!)
A136243 Numbers k in A008864 such that k^2 - k - 1 is prime. 1
3, 4, 6, 12, 14, 20, 32, 42, 54, 60, 84, 90, 102, 104, 132, 150, 164, 182, 192, 194, 200, 234, 242, 264, 282, 332, 350, 374, 402, 420, 432, 434, 450, 462, 464, 500, 542, 570, 572, 660, 674, 684, 692, 710, 740, 744, 762, 770, 810, 864, 882, 942, 1014, 1040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A053185 for the primes associated with a(n).
LINKS
FORMULA
a(n) = A053184(n) + 1.
PROG
(PARI) isok(k) = isprime(k-1) && isprime(k^2-k-1); \\ Michel Marcus, Dec 19 2022
CROSSREFS
Sequence in context: A000114 A310006 A294144 * A250985 A051592 A044843
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Dec 24 2007
EXTENSIONS
a(20)=194 inserted by Georg Fischer, Dec 18 2022
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)