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!)
A336480 a(n) is the smallest positive k such that Fibonorial(n) + k is a prime. 1
1, 1, 1, 1, 1, 1, 1, 1, 37, 23, 47, 37, 29, 19, 47, 59, 19, 37, 71, 59, 31, 1, 239, 101, 739, 409, 43, 1, 167, 251, 73, 71, 419, 1567, 107, 83, 223, 191, 227, 449, 97, 173, 103, 523, 79, 137, 223, 1163, 661, 103, 103, 541, 227, 2383, 433, 71, 1069, 643, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
EXAMPLE
For n=5, Fibonorial(5) + 1 = 30 + 1 = 31 is a prime.
MATHEMATICA
Table[(NextPrime[Fibonorial[n]]-Fibonorial[n]), {n, 1, 50}]
NextPrime[#]-#&/@Fibonorial[Range[60]] (* Harvey P. Dale, Dec 24 2023 *)
PROG
(PARI) f(n) = prod(i=1, n, fibonacci(i)); \\ A003266
a(n) = my(fn=f(n)); nextprime(fn+1) - fn; \\ Michel Marcus, Jul 23 2020
CROSSREFS
Cf. A003266, A053408 (locations of 1's), A336481.
Sequence in context: A284497 A033357 A093860 * A075400 A222293 A350002
KEYWORD
nonn
AUTHOR
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 19 10:31 EDT 2024. Contains 371787 sequences. (Running on oeis4.)