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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A191376 Primes that can are the sum of two positive Fibonacci and the square of a positive Fibonacci number. 0
3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 59, 61, 67, 71, 73, 79, 83, 101, 103, 127, 149, 151, 173, 179, 191, 193, 211, 227, 229, 239, 263, 271, 313, 331, 347, 379, 383, 389, 433, 443, 449, 457, 463, 467, 491, 499, 509, 547, 587, 593, 601, 613, 617 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..57.

EXAMPLE

43 = fib(3) + fib(5) + fib(6)^2.

MATHEMATICA

f = Union[Table[Fibonacci[n], {n, 16}]]; t = Union[Flatten[Table[ f[[i]] + f[[j]] + f[[k]]^2, {i, Length[f]}, {j, Length[f]}, {k, Length[f]}]]]; Select[t, # <= f[[-1]] && PrimeQ[#] &] (* T. D. Noe, Jun 03 2011 *)

CROSSREFS

Cf. A000045, A000060.

Sequence in context: A215697 A138980 A191378 * A179429 A020615 A172146

Adjacent sequences:  A191373 A191374 A191375 * A191377 A191378 A191379

KEYWORD

nonn

AUTHOR

Carmine Suriano, Jun 01 2011

EXTENSIONS

Corrected by T. D. Noe, Jun 03 2011

STATUS

approved

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 June 19 13:56 EDT 2013. Contains 226411 sequences.