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!)
A061254 Odd composite numbers n such that primitive part of Fibonacci(n) (see A061446) is prime. 7
9, 15, 21, 33, 35, 39, 45, 51, 63, 65, 75, 93, 105, 111, 119, 121, 123, 135, 145, 185, 195, 201, 207, 209, 225, 231, 235, 245, 285, 287, 299, 301, 321, 335, 363, 399, 423, 453, 473, 693, 707, 771, 1047, 1113, 1215, 1365, 1371, 1387, 1533, 1537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
J. Brillhart, P. L. Montgomery and R. D. Silverman, Tables of Fibonacci and Lucas factorizations, Math. Comp. 50 (1988), 251-260, S1-S15. Math. Rev. 89h:11002.
MATHEMATICA
A061446[n_] := Product[Fibonacci[d]^MoebiusMu[n/d], {d, Divisors[n]}];
Select[Range[1, 1999, 2], CompositeQ[#] && PrimeQ[A061446[#]]&] (* Jean-François Alcover, Jul 04 2019 *)
CROSSREFS
Sequence in context: A225513 A331662 A007962 * A175626 A096788 A050991
KEYWORD
nonn
AUTHOR
David Broadhurst, Jun 10 2001
EXTENSIONS
Definition corrected by T. D. Noe, Dec 14 2006
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 March 28 14:21 EDT 2024. Contains 371254 sequences. (Running on oeis4.)