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!)
A059709 Numbers k such that A003266(k) - 1 is prime. 2
4, 5, 6, 7, 8, 14, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The a(n)-th almost-Fibonorial number is prime.
LINKS
C. K. Caldwell, Fibonacci Numbers.
Eric Weisstein's World of Mathematics, Fibonorial.
MATHEMATICA
a = 1; Do[ a = a*Fibonacci[n]; If[ PrimeQ[a - 1], Print[n] ], {n, 1, 247} ]
CROSSREFS
Sequence in context: A047567 A050038 A285218 * A344580 A071623 A274552
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 07 2001
EXTENSIONS
Definition corrected by Daniel Forgues, Nov 29 2009
Name edited by Michel Marcus, Jan 17 2024
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 28 14:43 EDT 2024. Contains 372088 sequences. (Running on oeis4.)