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.

A174768 y-values in the solution to x^2 - 26*y^2 = 1.

This page as a plain text file.
%I A174768 #17 Oct 25 2022 20:06:02
%S A174768 0,10,1020,104030,10610040,1082120050,110365635060,11256212656070,
%T A174768 1148023325284080,117087122966320090,11941738519239365100,
%U A174768 1217940241839448920110,124217962929104550486120,12669014278526824700664130,1292115238446807014917255140,131783085307295788696859360150
%N A174768 y-values in the solution to x^2 - 26*y^2 = 1.
%C A174768 The corresponding values of x of this Pell equation are in A099397.
%H A174768 Vincenzo Librandi, <a href="/A174768/b174768.txt">Table of n, a(n) for n = 1..200</a>
%H A174768 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (102,-1).
%F A174768 a(n) = 102*a(n-1)-a(n-2) with a(1)=0, a(2)=10.
%F A174768 G.f.: 10*x^2/(1-102*x+x^2).
%F A174768 a(n+1) = A041041(2*n-1). - _Michael Somos_, Oct 25 2022
%t A174768 LinearRecurrence[{102,-1}, {0,10}, 30]
%t A174768 a[ n_] := Fibonacci[2*n-2, 10]; (* _Michael Somos_, Oct 25 2022 *)
%o A174768 (Magma) I:=[0, 10]; [n le 2 select I[n] else 102*Self(n-1)-Self(n-2): n in [1..20]];
%Y A174768 Cf. A041041, A099397.
%K A174768 nonn,easy
%O A174768 1,2
%A A174768 _Vincenzo Librandi_, Apr 14 2010