login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060634 Union of Fibonacci numbers and prime numbers. 1
1, 2, 3, 5, 7, 8, 11, 13, 17, 19, 21, 23, 29, 31, 34, 37, 41, 43, 47, 53, 55, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 144, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Module[{nn=15, fib}, fib=Fibonacci[Range[nn]]; Union[Join[fib, Prime[ Range[ PrimePi[ Last[fib]]]]]]] (* Harvey P. Dale, Apr 21 2013 *)
PROG
(PARI) { p=2; f=1; g=1; for (n=1, 1000, if (f<p, a=f; s=f; f+=g; g=s, a=p; q=p; p=nextprime(p + 1); if (q==f, s=f; f+=g; g=s); ); write("b060634.txt", n, " ", a); ) } \\ Harry J. Smith, Jul 08 2009
CROSSREFS
Sequence in context: A026410 A066720 A079851 * A279457 A359891 A171561
KEYWORD
nonn,easy
AUTHOR
Jose' R. Brox (ambroxius2(AT)eresmas.com), Apr 15 2001
EXTENSIONS
More terms from Erich Friedman, Jun 03 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 00:27 EDT 2024. Contains 371696 sequences. (Running on oeis4.)