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!)
A329016 a(n) = p(2,n), where p(x,n) is the strong divisibility sequence of polynomials based on sqrt(6) as in A327323. 4
1, 29, 643, 12905, 246931, 4605809, 12096589, 1543657385, 28000191811, 506361400289, 9140442629803, 164813279007065, 2969777450503891, 7641502403030567, 963209052615434683, 17341940195247239945, 312200873244313891171, 5620121165426149334849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is a strong divisibility sequence; i.e., gcd(a(h),a(k)) = a(gcd(h,k)).
LINKS
EXAMPLE
See Example in A327323.
MATHEMATICA
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];
r = Sqrt[6]; f[x_, n_] := c[Factor[Expand[(r x + r)^n - (r x - 1/r)^n]]];
Flatten[Table[CoefficientList[f[x, n], x], {n, 1, 12}]]; (* A327323 *)
Table[f[x, n] /. x -> 0, {n, 1, 30}] (* A329014 *)
Table[f[x, n] /. x -> 1, {n, 1, 30}] (* A329015 *)
Table[f[x, n] /. x -> 2, {n, 1, 30}] (* A329016 *)
(* Peter J. C. Moses, Nov 01 2019 *)
CROSSREFS
Sequence in context: A006136 A199038 A182329 * A072080 A263515 A201245
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Nov 23 2019
STATUS
approved

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 May 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)