Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075702
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075702 n-th prime divides the n-th Fibonacci number. +0
1
2160, 3048, 27094, 251712, 505768, 936240 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

(*Mathematica's Fibonacci function is not used so as to speed up the search.*) f = {1, 1}; a = {}; Do[ l = Length[f]; n = f[[l]] + f[[l - 1]]; f = Append[f, n]; If[Mod[n, Prime[i]] == 0, a = Append[a, i]], {i, 3, 10^7}]; a

PROGRAM

(PARI) v=0; w=1; for(n=2, m, f=v+w; if(f%prime(n)==0, print1(n, ", ")); v=w; w=f)

CROSSREFS

Sequence in context: A115435 A116095 A118576 this_sequence A061335 A116074 A035872

Adjacent sequences: A075699 A075700 A075701 this_sequence A075703 A075704 A075705

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 02 2002

EXTENSIONS

Three more terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 04 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research