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.

A089357 a(n) = 2^(6*n).

Original entry on oeis.org

1, 64, 4096, 262144, 16777216, 1073741824, 68719476736, 4398046511104, 281474976710656, 18014398509481984, 1152921504606846976, 73786976294838206464, 4722366482869645213696, 302231454903657293676544, 19342813113834066795298816
Offset: 0

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Dec 26 2003

Keywords

Comments

For n > 0, numbers M such that a(n) is the highest power of 2 in the Collatz (3x+1) iteration are given by 2^k*(a(n)-1)/3 for any k >= 0. Example: For n = 1, the numbers such that 64 is the highest power of 2 in the Collatz (3x+1) iteration are given by 2^k*(64-1)/3 = 21*2^k for any k >= 0. See A008908 for more information on the Collatz (3x+1) iteration. - Derek Orr, Sep 22 2014
Powers of 64. - Alexander Fraebel, Aug 29 2020

Crossrefs

Programs

Formula

G.f.: 1/(1-64*x). - Philippe Deléham, Nov 24 2008
a(n) = 63*a(n-1) + 64^(n-1), a(0)=1. - Vincenzo Librandi, Jun 07 2011
E.g.f.: exp(64*x). - Ilya Gutkovskiy, Jul 02 2016
a(n) = A000079(A008588(n)). - Wesley Ivan Hurt, Jul 02 2016
a(n) = 64*a(n-1). - Miquel Cerda, Oct 27 2016