Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050180
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050180 prime(n) + fibonacci(n) is prime. +0
2
1, 3, 12, 24, 42, 60, 132, 303, 312, 450, 564, 1236, 1419, 2952, 10098, 12060, 13848 (list; graph; listen)
OFFSET

1,2

MATHEMATICA

Do[ If[ PrimeQ[ Prime[n] + Fibonacci[n]], Print[n] ], {n, 1, 150000} ]

PROGRAM

(PARI) for(n=1, 10^5, if(isprime(prime(n)+fibonacci(n)), print1(n, " ")))

CROSSREFS

Cf. A004397.

Sequence in context: A103449 A030571 A112236 this_sequence A028725 A047166 A076506

Adjacent sequences: A050177 A050178 A050179 this_sequence A050181 A050182 A050183

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

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

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