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.

Showing 1-1 of 1 results.

A190781 Lucas Aurifeuillian primitive part B of Lucas(10*n - 5).

Original entry on oeis.org

11, 31, 151, 911, 541, 3641, 272611, 18451, 12760031, 7947701, 767131, 4106261531, 28144128251, 34379101, 120196353941, 823837075741, 51164521, 4215154433351, 2918000731816531, 73998076231, 12462174208709101, 939587136717207031, 3467131047901
Offset: 1

Views

Author

Arkadiusz Wesolowski, Dec 29 2012

Keywords

Crossrefs

Programs

  • Mathematica
    lst = {1}; n = 23; Do[f = LucasL[k]; Do[f = f/GCD[f, lst[[d]]], {d, Most@Divisors[k]}]; AppendTo[lst, f], {k, 2, 10*n - 5}]; Table[GCD[lst[[5*k]], 5*Fibonacci[k]*(Fibonacci[k] + 1) + 1], {k, 1, 2*n - 1, 2}]

Formula

a(n) = GCD(A061447(10*n-5), A032908(n)*A106729(n-1) + 1).
Showing 1-1 of 1 results.