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.

A105606 Sylvester dividends for Pell numbers.

This page as a plain text file.
%I A105606 #7 Jun 20 2024 02:37:04
%S A105606 1,1,1,2,1,10,1,12,5,58,1,420,1,338,145,408,1,13790,1,14268,845,11482,
%T A105606 1,471240,29,66922,985,484692,1,111944350,1,470832,28705,2273378,4901,
%U A105606 543353580,1,13250218,167305,543810552,1,129202326890,1,559334148,38419925,450117362
%N A105606 Sylvester dividends for Pell numbers.
%C A105606 Divide each Pell number by its primitive part.
%F A105606 a(n) = Pell(n)/A008555(n).
%t A105606 f[n_] := f[n] = Fibonacci[n, 2] / Product[f[d], {d, Most[Divisors[n]]}]; f[1] = 1; a[n_] := Fibonacci[n, 2]/f[n]; Array[a, 60] (* _Amiram Eldar_, Jun 20 2024 *)
%Y A105606 Cf. A000129, A008555.
%K A105606 easy,nonn
%O A105606 1,4
%A A105606 _Paul Barry_, Apr 15 2005
%E A105606 More terms from _Amiram Eldar_, Jun 20 2024