The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329018 a(n) = p(1,n), where p(x,n) is the strong divisibility sequence of polynomials based on sqrt(3/2) as in A328644. 4

%I #5 Dec 27 2019 16:35:49

%S 1,7,43,259,311,9331,55987,335923,2015539,2418647,72559411,435356467,

%T 2612138803,15672832819,18807399383,564221981491,3385331888947,

%U 20311991333683,121871948002099,146246337602519,4387390128075571,26324340768453427,157946044610720563

%N a(n) = p(1,n), where p(x,n) is the strong divisibility sequence of polynomials based on sqrt(3/2) as in A328644.

%C a(n) is a strong divisibility sequence; i.e., gcd(a(h),a(k)) = a(gcd(h,k)).

%e See Example in A328644.

%t c[poly_] := If[Head[poly] === Times, Times @@ DeleteCases[(#1 (Boole[MemberQ[#1, x] || MemberQ[#1, y] || MemberQ[#1, z]] &) /@Variables /@ #1 &)[List @@ poly], 0], poly];

%t r = Sqrt[3/2]; f[x_, n_] := c[Factor[Expand[(r x + r)^n - (r x - 1/r)^n]]];

%t Flatten[Table[CoefficientList[f[x, n], x], {n, 1, 12}]]; (* A328644 *)

%t Table[f[x, n] /. x -> 0, {n, 1, 30}] (* A329017 *)

%t Table[f[x, n] /. x -> 1, {n, 1, 30}] (* A329018 *)

%t Table[f[x, n] /. x -> 2, {n, 1, 30}] (* A329019 *)

%t (* _Peter J. C. Moses_, Nov 01 2019 *)

%Y Cf. A328644, A329017, A329019.

%K nonn

%O 1,2

%A _Clark Kimberling_, Nov 23 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 16 11:45 EDT 2024. Contains 373429 sequences. (Running on oeis4.)