The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A271317 Fibonacci(n) divides the n-th primorial. 0
1, 2, 3, 4, 5, 7, 8, 9, 10, 14, 16, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Integers n such that A000045(n) divides A002110(n).
Inspired by A019532.
LINKS
EXAMPLE
5 is a term because fibonacci(5) = 5 divides 2*3*5*7*11 = 2310.
MATHEMATICA
Select[Range@ 20, Divisible[Product[Prime@ k, {k, #}], Fibonacci@ #] &] (* Michael De Vlieger, Apr 04 2016 *)
PROG
(PARI) for(n=1, 1e4, my(f = fibonacci(n)); if (lift(prod(i=1, n, Mod(prime(i), f))) == 0, print1(n, ", ")));
CROSSREFS
Sequence in context: A286302 A299767 A129268 * A330220 A039169 A156068
KEYWORD
nonn,fini,full
AUTHOR
Altug Alkan, Apr 03 2016
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 May 20 03:40 EDT 2024. Contains 372703 sequences. (Running on oeis4.)