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.

Original entry on oeis.org

1, 1, 1, 2, 1, 10, 1, 12, 5, 58, 1, 420, 1, 338, 145, 408, 1, 13790, 1, 14268, 845, 11482, 1, 471240, 29, 66922, 985, 484692, 1, 111944350, 1, 470832, 28705, 2273378, 4901, 543353580, 1, 13250218, 167305, 543810552, 1, 129202326890, 1, 559334148, 38419925, 450117362
Offset: 1

Views

Author

Paul Barry, Apr 15 2005

Keywords

Comments

Divide each Pell number by its primitive part.

Crossrefs

Programs

  • Mathematica
    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 *)

Formula

a(n) = Pell(n)/A008555(n).

Extensions

More terms from Amiram Eldar, Jun 20 2024