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!)
A191376 Primes that are the sum of two positive Fibonacci numbers 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
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.
Sequence in context: A338134 A138980 A191378 * A179429 A020615 A172146
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)