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.

A195986 Exponent of the largest power of 2 that divides 5^n - 3^n.

Original entry on oeis.org

1, 4, 1, 5, 1, 4, 1, 6, 1, 4, 1, 5, 1, 4, 1, 7, 1, 4, 1, 5, 1, 4, 1, 6, 1, 4, 1, 5, 1, 4, 1, 8, 1, 4, 1, 5, 1, 4, 1, 6, 1, 4, 1, 5, 1, 4, 1, 7, 1, 4, 1, 5, 1, 4, 1, 6, 1, 4, 1, 5, 1, 4, 1, 9, 1, 4, 1, 5, 1, 4, 1, 6, 1, 4, 1, 5, 1, 4, 1, 7, 1, 4, 1, 5, 1, 4
Offset: 1

Views

Author

John W. Layman, Oct 12 2011

Keywords

Comments

Conjecture: a(n) = 1 if A090740 = 1, else a(n) = A090740(n)+1.

Crossrefs

Programs

  • Mathematica
    Table[IntegerExponent[5^n - 3^n, 2], {n, 100}] (* T. D. Noe, Oct 12 2011 *)
  • PARI
    A195986(n) = valuation(5^n - 3^n,2); \\ Antti Karttunen, Nov 06 2018

Formula

a(n) = A007814(A005058(n)). - Antti Karttunen, Nov 06 2018

Extensions

Name clarified by Antti Karttunen, Nov 06 2018