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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114814 Indices of Fibonacci numbers with 5 prime factors when counted with multiplicity. 0
18, 44, 45, 57, 63, 68, 69, 76, 91, 98, 111, 118, 124, 125, 134, 141, 169, 172, 183, 185, 201, 202, 203, 213, 218, 229, 247, 253, 267, 302, 303, 329, 335, 347, 363, 371, 373, 377, 381, 382, 386, 395, 398, 413, 415, 439, 443, 461, 497, 501, 529, 547, 563, 579 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Blair Kelly, Fibonacci and Lucas Factorizations.

EXAMPLE

a(1)=18 because 18th fibonacci number(i.e. 2584) consists of 5 prime factors (i.e. 2*2*2*17*19)

PROG

(PARI) n=1; while(n<385, if(bigomega(fibonacci(n))==5, print1(n, ", ")); n++)

CROSSREFS

Sequence in context: A044476 A045264 A049067 * A177724 A095739 A055577

Adjacent sequences:  A114811 A114812 A114813 * A114815 A114816 A114817

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), May 22 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 13 19:49 EST 2012. Contains 205536 sequences.