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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134313 Numbers n such that n * Fibonacci(n) + 1 is prime. 5
1, 2, 3, 4, 9, 14, 15, 20, 24, 28, 30, 48, 54, 63, 108, 110, 116, 130, 148, 180, 189, 268, 315, 345, 394, 520, 528, 640, 808, 1070, 1112, 1590, 1744, 2530, 3630, 5640, 5778, 5938, 6795, 18160, 18858, 22444, 52160, 54621 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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

MATHEMATICA

a={}; Do[f=Fibonacci[n]; p=n*f+1; If[PrimeQ[p], AppendTo[a, n]], {n, 1, 10^3}]; a (Vladimir Orlovsky, Jul 22 2008)

CROSSREFS

Sequence in context: A027866 A100902 A034793 * A188531 A181287 A082981

Adjacent sequences:  A134310 A134311 A134312 * A134314 A134315 A134316

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jan 16 2008

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 14 18:47 EST 2012. Contains 205663 sequences.