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!)
A053408 Numbers n such that A003266(n) + 1 is prime. 7
1, 2, 3, 4, 5, 6, 7, 8, 22, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 300. - Joerg Arndt, Aug 16 2014
The corresponding primes are given in A053413. - Joerg Arndt, Aug 17 2014
If it exists, a(11) > 1100. - Robert Price, May 27 2019
LINKS
C. K. Caldwell, Fibonacci Numbers
Eric Weisstein's World of Mathematics, Fibonacci Number.
Eric Weisstein's World of Mathematics, Fibonorial
MATHEMATICA
Select[Range[30], PrimeQ[Fibonorial[#] + 1] &] (* Robert Price, May 26 2019 *)
PROG
(PARI) ff(n)=prod(i=1, n, fibonacci(i));
for(n=1, 10^6, if(ispseudoprime(ff(n)+1), print1(n, ", "))); \\ Joerg Arndt, Aug 16 2014
CROSSREFS
Sequence in context: A371260 A215888 A240963 * A269355 A269357 A335900
KEYWORD
nonn,more
AUTHOR
G. L. Honaker, Jr., Jan 08 2000
EXTENSIONS
Definition edited by Daniel Forgues, Nov 29 2009
Edited definition, Joerg Arndt, Aug 17 2014
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)