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!)
A321792 Lesser of twin primes of the form 6*Fibonacci(k)-1. 0
5, 11, 17, 29, 278207, 63661259146337 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding values for k are 1 or 2, 3, 4, 5, 24, 64, ... Also a(7), if it exists, exceeds 6*Fibonacci(150000).
LINKS
EXAMPLE
17 = 6*Fibonacci(4) - 1 = 6*3 - 1.
PROG
(PARI)
for (n=2, 1000, if (ispseudoprime (p=6*fibonacci(n)-1) && ispseudoprime (p+2), print1(p", ")))
CROSSREFS
Cf. A001359 (lesser of twin primes).
Sequence in context: A268521 A230138 A231652 * A068072 A136292 A088046
KEYWORD
nonn,more
AUTHOR
Gilbert Mozzo, Jan 12 2019
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 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)