Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078735
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078735 a(0) = 0, a(1) = 3; a(n+1) = the smallest x such that Fibonacci(x)-Fibonacci(a(n)) is both prime and greater than Fibonacci(a(n))-Fibonacci(a(n-1)). +0
2
0, 3, 5, 9, 13, 18, 37, 384, 569, 2760, 3293 (list; graph; listen)
OFFSET

0,2

COMMENT

Some of the larger entries may only correspond to probable primes.

FORMULA

A078727(n) = Fibonacci(a(n))-Fibonacci(a(n-1))

MATHEMATICA

a[0] = 0; a[1] = 3; a[n_] := a[n] = Block[{d = Fibonacci[a[n - 1]] - Fibonacci[a[n - 2]], f = Fibonacci[a[n - 1]], k = a[n - 1] + 1}, While[Fibonacci[k] - f <= d || !PrimeQ[Fibonacci[k] - f], k++ ]; k]; Do[ Print[ a[n]], {n, 0, 10}] (* Robert G. Wilson v *)

CROSSREFS

A more compact version of A078727.

Cf. A000045.

Sequence in context: A129230 A071404 A074133 this_sequence A004132 A065802 A118028

Adjacent sequences: A078732 A078733 A078734 this_sequence A078736 A078737 A078738

KEYWORD

nonn

AUTHOR

Jack Brennen (jb(AT)brennen.net), Dec 20 2002

EXTENSIONS

a(10) from Robert G. Wilson v (rgwv(at)rgwv.com), Nov 30 2005

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research