cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A152784 Partial sums of Prime Fibonacci numbers/A005478.

This page as a plain text file.
%I A152784 #4 Sep 25 2024 11:44:26
%S A152784 2,5,10,23,112,345,1942,30599,544828,434039265,3405254338,
%T A152784 99194856500009835,1066340417590905452314582004,
%U A152784 20201042817684183533764005921
%N A152784 Partial sums of Prime Fibonacci numbers/A005478.
%t A152784 a[n_]:=Fibonacci[n];lst={};s=0;Do[p=a[n];If[PrimeQ[p],s+=p;AppendTo[lst,s]],{n,5*5!}];lst
%t A152784 Accumulate[Select[Fibonacci[Range[150]],PrimeQ]] (* _Harvey P. Dale_, Sep 25 2024 *)
%K A152784 nonn
%O A152784 1,1
%A A152784 _Vladimir Joseph Stephan Orlovsky_, Dec 12 2008