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!)
A238329 Fibonacci numbers that have no prime factors of the form 4k+1. 0

%I #11 Feb 18 2021 00:45:44

%S 1,1,2,3,8,21,144,987,46368,2178309,4807526976

%N Fibonacci numbers that have no prime factors of the form 4k+1.

%C These are Fibonacci numbers of order 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, and 48. It is somewhat surprising that these are only these Fibonacci numbers having this property.

%H Florian Luca and Lawrence Somer, <a href="http://www.fq.math.ca/44-3.html">Lucas sequences for which 4 | phi(abs(u_n)) for almost all n</a>, Fibonacci Quarterly, 44 (2006), pp. 249-262.

%t Join[{1, 1}, Select[Fibonacci[Range[200]], Union[Mod[Transpose[FactorInteger[#]][[1]], 4]][[1]] > 1 &]]

%t npfQ[n_]:=Count[FactorInteger[n][[All,1]],_?(Mod[#,4]==1&)]==0; Join[ {1,1},Select[ Fibonacci[Range[50]],npfQ]] (* _Harvey P. Dale_, Jun 15 2019 *)

%Y Cf. A000045 (Fibonacci numbers).

%K nonn,fini,full

%O 1,3

%A _T. D. Noe_, Feb 26 2014

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 15:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)