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!)
A206096 Fibonacci numbers with 4 distinct prime divisors, each of multiplicity 1. 1
6765, 196418, 317811, 2178309, 32951280099, 139583862445, 1304969544928657, 5527939700884757, 259695496911122585, 679891637638612258, 12200160415121876738, 83621143489848422977, 483162952612010163284885, 22698374052006863956975682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A000045 and A046386. - Michel Marcus, Sep 11 2014
LINKS
MAPLE
filter:= proc(t)
local F;
F:= ifactors(t)[2];
map(f -> f[2], F) = [1, 1, 1, 1];
end proc:
select(filter, [seq(combinat:-fibonacci(n), n=1..200)]); # Robert Israel, Sep 07 2014
MATHEMATICA
Select[Fibonacci[Range[200]], Last/@FactorInteger[#]=={1, 1, 1, 1}&]
PROG
(PARI)
Vec(select(k -> omega(k)==4 && bigomega(k)==4, vector(100, i, fibonacci(i)))) \\ Edward Jiang, Sep 11 2014
CROSSREFS
Sequence in context: A151637 A031986 A147316 * A238911 A031832 A200436
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 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)