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!)
A191378 Primes that are the sum of a positive Fibonacci, a positive Fibonacci number squared, and a positive Fibonacci number cubed. 1
3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 67, 73, 83, 101, 107, 127, 131, 137, 139, 149, 151, 163, 173, 179, 181, 191, 197, 199, 211, 223, 239, 251, 269, 307, 349, 359, 367, 379, 383, 389, 443, 449, 457, 463, 503, 521, 523, 547, 557, 569, 571 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
41 = fib(7) + fib(1)^2 + fib(4)^3.
MATHEMATICA
f = Union[Table[Fibonacci[n], {n, 15}]]; t = Union[Flatten[Table[ f[[i]] + f[[j]]^2 + f[[k]]^3, {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: A245072 A338134 A138980 * A191376 A179429 A020615
KEYWORD
nonn
AUTHOR
Carmine Suriano, Jun 01 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 August 25 04:00 EDT 2024. Contains 375420 sequences. (Running on oeis4.)