login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114826 Indices of Fibonacci numbers with 10 distinct prime factors. 3
90, 126, 165, 256, 258, 266, 296, 304, 322, 369, 375, 376, 424, 428, 429, 474, 484, 494, 506, 574, 578, 589, 633, 646, 652, 658, 663, 664, 668, 669, 670, 687, 703, 705, 716, 724, 742, 754, 779, 782, 807, 845, 875, 892, 906, 909, 921, 946, 956, 964, 986 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Blair Kelly, Fibonacci and Lucas Factorizations.

EXAMPLE

a(1)=90 because 90th fibonacci number(i.e. 2880067194370816120) consists of 10 distinct prime factors (i.e. 2^3 * 5 * 11 * 17 * 19 * 31 * 61 * 181 * 541 * 109441)

PROG

(PARI) n=1; while(n<305, if(omega(fibonacci(n))==10, print1(n, ", ")); n++)

CROSSREFS

Sequence in context: A135197 A025371 A025362 * A103653 A125010 A048705

Adjacent sequences:  A114823 A114824 A114825 * A114827 A114828 A114829

KEYWORD

nonn

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 19 2006

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Apr 26 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:59 EST 2012. Contains 205694 sequences.