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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114825 Indices of Fibonacci numbers with 11 distinct prime factors. 0
140, 144, 150, 160, 162, 190, 204, 208, 230, 234, 261, 285, 306, 310, 345, 351, 354, 372, 387, 388, 399, 438, 459, 469, 470, 475, 483, 485, 488, 507, 508, 518, 531, 549, 568, 596, 598, 632, 656, 671, 686, 688, 715, 788, 806, 808, 822, 834, 844, 872, 873 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Blair Kelly, Fibonacci and Lucas Factorizations.

EXAMPLE

a(1)=140 because 140th fibonacci number(i.e. 81055900096023504197206408605) consists of 11 distinct prime factors (i.e. 3 * 5 * 11 * 13 * 29 * 41 * 71 * 281 * 911 * 141961 * 12317523121 )

PROG

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

CROSSREFS

Sequence in context: A188452 A183491 A108317 * A131492 A090945 A140798

Adjacent sequences:  A114822 A114823 A114824 * A114826 A114827 A114828

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 17 11:46 EST 2012. Contains 206011 sequences.