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!)
A051348 a(n) = F(n) / Product_{p|n} F(p), where F(k) is k-th Fibonacci number and the p's in product are the distinct primes dividing n. 1
1, 1, 1, 3, 1, 4, 1, 21, 17, 11, 1, 72, 1, 29, 61, 987, 1, 1292, 1, 1353, 421, 199, 1, 23184, 15005, 521, 98209, 24447, 1, 83204, 1, 2178309, 19801, 3571, 141961, 7465176, 1, 9349, 135721, 20466831, 1, 10304396, 1, 7880997, 113490317, 64079, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = 1 if n is prime. - Joerg Arndt, Sep 07 2021
EXAMPLE
a(15) = F(15) / (F(3) * F(5)) = 610 / (2*5) = 61.
MATHEMATICA
fib[n_]:=Fibonacci[n]/Times@@(Fibonacci[#]&/@Transpose[ FactorInteger[ n]][[1]]); Array[fib, 50] (* Harvey P. Dale, May 19 2012 *)
CROSSREFS
Cf. A000045.
Sequence in context: A321743 A341766 A131632 * A253828 A190445 A141648
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 May 14 10:34 EDT 2024. Contains 372532 sequences. (Running on oeis4.)