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.

A128380 A097806^24 * A000594.

Original entry on oeis.org

1, 0, -48, -24, 1104, 1128, -15892, -25368, 156240, 360640, -1057908, -3600696, 4417678, 26438568, -3155508, -144207816, -112109568, 564538680, 1002957320, -1344487080, -5096138658, -111333800, 17182425012, 17552839368, -34668142443, -86942440944, 4993723500, 236551774320
Offset: 1

Views

Author

Gary W. Adamson, Feb 28 2007

Keywords

Comments

Conjecture: Given the infinite set of sequences generated from the pairwise operation on A000594 (A097806^k * A000594), k = 24, (A128380) is the only sequence in the set with a zero. The sequence generated from k=23 = (1, -1, -47, 23, 1081, 47, -15939, ...). Analogous conjecture with the partial sum operator: (Cf. A128378, A128379); in which zeros are conjectured to occur only with k=23 and k=24. A128380 mod 24 = 1, 0, 0, 0, 0, 0, -4, 0, 0, 16, ...

Crossrefs

Programs

  • Mathematica
    Nest[Prepend[Most[#] + Rest[#], First[#]] &, RamanujanTau[Range[30]], 24] (* Amiram Eldar, Jan 08 2025 *)

Formula

Pairwise operation performed 24 times on A000594

Extensions

More terms from Amiram Eldar, Jan 08 2025