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!)
A114722 Smallest Fibonacci numbers with prime indices which have n prime factors. 1
2, 4181, 24157817, 83621143489848422977, 322615043836854783580186309282650000354271239929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 24157817 because 24157817 is the smallest Fibonacci number with a prime index (that is, 37) which has 3 prime factors (24157817 = 73*149*2221).
MATHEMATICA
Transpose[Flatten[Table[Select[{#, PrimeOmega[#]}&/@Fibonacci[Prime[Range[50]]], Last[#]==n&, 1], {n, 5}], 1]][[1]] (* To generate the first 6 terms, change 50 to 100 inside Range and change 5 to 6 for the upper limit of n. *) (* Harvey P. Dale, Jun 20 2013 *)
CROSSREFS
Cf. A114704 (indices), A135958 (indices).
Sequence in context: A024035 A048831 A342295 * A135959 A105667 A178410
KEYWORD
hard,nonn
AUTHOR
Shyam Sunder Gupta, Feb 18 2006
EXTENSIONS
Definition and example clarified by Harvey P. Dale, Jun 20 2013
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 21 15:23 EDT 2024. Contains 372738 sequences. (Running on oeis4.)