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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114823 Indices of Fibonacci numbers with 13 distinct prime factors. 3
120, 200, 220, 228, 260, 368, 392, 405, 414, 434, 472, 492, 512, 536, 584, 585, 595, 610, 615, 618, 645, 654, 693, 741, 762, 777, 830, 867, 894, 904, 931, 942, 957, 962, 978 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Blair Kelly, Fibonacci and Lucas Factorizations.

EXAMPLE

a(1)=120 because 120th fibonacci number(i.e. 5358359254990966640871840) consists of 13 distinct prime factors (i.e. 2^5 * 3^2 * 5 * 7 * 11 * 23 * 31 * 41 * 61 * 241 * 2161 * 2521 * 20641)

PROG

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

CROSSREFS

Sequence in context: A054572 A179232 A056994 * A069790 A064224 A069674

Adjacent sequences:  A114820 A114821 A114822 * A114824 A114825 A114826

KEYWORD

hard,more,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 17 04:26 EST 2012. Contains 205978 sequences.