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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100700 n-th Fibonacci number minus n-th prime number. 2
-1, -2, -3, -4, -6, -5, -4, 2, 11, 26, 58, 107, 192, 334, 563, 934, 1538, 2523, 4114, 6694, 10873, 17632, 28574, 46279, 74928, 121292, 196315, 317704, 514120, 831927, 1346142, 2178178, 3524441, 5702748, 9227316 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(12) = 107 because the 12th Fibonacci number is 144, the 12th prime number is 37 and 144 - 37 = 107

MATHEMATICA

Table[Fibonacci[n] - Prime[n], {n, 35}]

CROSSREFS

Cf. A004397, A064497.

Sequence in context: A159633 A049044 A102284 * A066115 A129607 A130340

Adjacent sequences:  A100697 A100698 A100699 * A100701 A100702 A100703

KEYWORD

sign

AUTHOR

Alonso Delarte (alonso.delarte(AT)gmail.com), Dec 09 2004

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 18:01 EST 2012. Contains 206061 sequences.