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!)
A173684 Semiprimes of the form Fibonacci(k) + k. 1
10, 14, 65, 391, 1003, 2602, 10967, 2178341, 701408777, 86267571326, 591286729937, 4052739537943, 72723460248209, 117669030461063, 3416454622906783, 61305790721611673, 420196140727489759, 2427893228399975082557, 251728825683549488150424389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is to A069108 as semiprimes are to primes. A002062(k) is semiprime for k = 5, 6, 10, 14, 16, 18, 21, 32, ...
LINKS
FORMULA
A002062 INTERSECTION A001358.
EXAMPLE
F(21) + 21 = 10967 = 11 * 997, thus 10967 is in the sequence.
MATHEMATICA
Select[Table[Fibonacci[n]+n, {n, 200}], PrimeOmega[#]==2&] (* Harvey P. Dale, Nov 02 2011 *)
PROG
(Magma) IsSemiprime:=func< n | &+[ k[2]: k in Factorization(n) ] eq 2 >; [ a: n in [1..100] | IsSemiprime(a) where a is n+Fibonacci(n) ]; // Klaus Brockhaus, Jan 27 2011
CROSSREFS
Sequence in context: A107126 A247091 A025122 * A258287 A254003 A219682
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Jan 26 2011
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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)