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!)
A336481 a(n) is the smallest positive k such that Fibonorial(n) - k is a prime, for n>3. 1
1, 1, 1, 1, 1, 11, 19, 19, 29, 19, 1, 1, 97, 41, 23, 131, 107, 53, 101, 529, 53, 269, 347, 97, 317, 97, 353, 73, 97, 193, 71, 1543, 661, 257, 193, 191, 151, 443, 167, 967, 251, 2441, 163, 151, 379, 229, 127, 59, 1223, 911, 389, 349, 919, 179, 1051, 167, 547, 541 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,6
LINKS
EXAMPLE
For n=5, a(5) = Fibonorial(5) - 1 = 30 - 1 = 29 is a prime.
MATHEMATICA
Table[(Fibonorial[n]-NextPrime[Fibonorial[n], -1]), {n, 4, 50}]
PROG
(PARI) f(n) = prod(i=1, n, fibonacci(i)); \\ A003266
a(n) = my(fn=f(n)); fn - precprime(fn-1); \\ Michel Marcus, Jul 23 2020
CROSSREFS
Cf. A003266, A059709 (locations of 1's), A336480.
Sequence in context: A123248 A341899 A306920 * A111477 A344936 A238247
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 18 17:42 EDT 2024. Contains 371781 sequences. (Running on oeis4.)