Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064738
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064738 Numbers n such that n! + Fibonacci(n) is prime. +0
2
1, 2, 62, 71, 227, 778, 809, 1753 (list; graph; listen)
OFFSET

1,2

COMMENT

The three values 62, 71 and 227 were certified prime with Primo.

MATHEMATICA

Do[m = n; If[PrimeQ[n! + Fibonacci[n]], Print[n]], {n, 0, 10^3} ]

Do[If[PrimeQ[n! + Fibonacci[n]], Print[n]], {n, 1, 1800}] (Propper)

PROGRAM

(PARI) for(n=1, 300, if(isprime(n!+fibonacci(n)), print(n)))

CROSSREFS

Cf. A005478, A000142.

Sequence in context: A059004 A065589 A094478 this_sequence A067825 A091817 A024238

Adjacent sequences: A064735 A064736 A064737 this_sequence A064739 A064740 A064741

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 17 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 18 2001

1753 from Ryan Propper (rpropper(AT)stanford.edu), Nov 05 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research