Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113192
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113192 Primes that are the difference of two Lucas numbers; primes in A113191. +0
4
2, 3, 5, 7, 11, 17, 29, 43, 47, 73, 181, 197, 199, 293, 311, 503, 521, 839, 1361, 2131, 2203, 2207, 3571, 5749, 9349, 13763, 23633, 24469, 24473, 38239, 103483, 103681, 161983, 167759, 271367, 399601, 439081, 439157, 709283, 1692737, 3010349 (list; graph; listen)
OFFSET

1,1

COMMENT

The difference L(i)-L(j) equals the sum L(j+1)+...+L(i+2).

EXAMPLE

The prime 181 is here because it is L(11)-L(6).

MATHEMATICA

Lucas[n_] := Fibonacci[n+1]+Fibonacci[n-1]; lst={}; Do[p=Lucas[n]-Lucas[i]; If[PrimeQ[p], AppendTo[lst, p]], {n, 2, 40}, {i, 0, n-2}]; Union[lst]

CROSSREFS

Cf. A000032 (Lucas numbers), A001606 (Lucas(n) is prime), A113193 (number of times that Lucas(n)-Lucas(i) is prime for i=0..n-3).

Sequence in context: A052284 A133670 A127272 this_sequence A077673 A071255 A062294

Adjacent sequences: A113189 A113190 A113191 this_sequence A113193 A113194 A113195

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Oct 17 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research