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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114817 Indices of Fibonacci numbers with 8 prime factors when counted with multiplicity. 0
54, 78, 102, 128, 130, 135, 147, 154, 170, 171, 182, 217, 231, 236, 238, 279, 290, 309, 316, 338, 355, 374, 436, 442, 452, 471, 481, 524, 538, 548, 553, 649, 694, 725, 796, 801, 818, 833, 838, 847, 849, 851, 886, 889, 922, 923, 926, 939, 949, 958, 963, 965 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Blair Kelly, Fibonacci and Lucas Factorizations.

EXAMPLE

a(1)=54 because 54th fibonacci number(i.e. 86267571272) consists of 8 prime factors (i.e. 2*2*2*17*19*53*109*5779 )

PROG

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

CROSSREFS

Sequence in context: A005129 A039532 A007244 * A045005 A043185 A039362

Adjacent sequences:  A114814 A114815 A114816 * A114818 A114819 A114820

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

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