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.
%I A094968 #14 Sep 29 2017 10:58:58 %S A094968 1,4,7,14,25,48,91,178,349,692,1375,2742,5473,10936,21859,43706,87397, %T A094968 174780,349543,699070,1398121,2796224,5592427,11184834,22369645, %U A094968 44739268,89478511,178956998,357913969,715827912,1431655795,2863311562 %N A094968 Indices of Fibonacci numbers in Stern's diatomic series A049456 regarded as a single linear sequence. %C A094968 By definition, A049456(a(n))=Fib(n+2). %C A094968 The rank of Fib(n+2) in row n of A049456 (regarded as an irregular triangle read by rows) is A128209(n) = A001045(n)+1. [Comment edited by _N. J. A. Sloane_, Nov 23 2016] %H A094968 Colin Barker, <a href="/A094968/b094968.txt">Table of n, a(n) for n = 0..1000</a> %H A094968 D. H. Lehmer, <a href="https://www.jstor.org/stable/2299356">On Stern's Diatomic Series</a>, Amer. Math. Monthly 36(1) 1929, pp. 59-67. %H A094968 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (3,-1,-3,2). %F A094968 G.f. : (1+x-4*x^2) / ((1-x)*(1-x^2)*(1-2*x)). %F A094968 a(n) = 2^n + n + Jacobsthal(n). %F A094968 a(n) = A006127(n) + A001045(n). %F A094968 From _Colin Barker_, Sep 29 2017: (Start) %F A094968 a(n) = ((-1)^(1+n) + 2^(2+n) + 3*n) / 3. %F A094968 a(n) = 3*a(n-1) - a(n-2) - 3*a(n-3) + 2*a(n-4) for n>3. %F A094968 (End) %o A094968 (PARI) Vec((1 + x - 4*x^2) / ((1 - x)^2*(1 + x)*(1 - 2*x)) + O(x^30)) \\ _Colin Barker_, Sep 29 2017 %Y A094968 Cf. A000045, A001045, A049456, A128209. %K A094968 easy,nonn %O A094968 0,2 %A A094968 _Paul Barry_, May 26 2004