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.

A098293 Powers of 2 alternating with powers of 3.

Original entry on oeis.org

1, 1, 2, 3, 4, 9, 8, 27, 16, 81, 32, 243, 64, 729, 128, 2187, 256, 6561, 512, 19683, 1024, 59049, 2048, 177147, 4096, 531441, 8192, 1594323, 16384, 4782969, 32768, 14348907, 65536, 43046721, 131072, 129140163, 262144, 387420489, 524288
Offset: 0

Views

Author

Wolfdieter Lang, Oct 18 2004

Keywords

Comments

The finite sequence [1,2,3,4,9,8,27] is used in Timaios [35b] by Platon.

References

  • Luc Brisson, Le Même et l'Autre dans la Structure Ontologique du Timée de Platon, Klincksieck, Paris, 1974, p. 317.

Crossrefs

Except for initial 1, reordering of A006899.

Programs

Formula

a(2*k) = 2^k, a(2*k+1) = 3^k, k>=0.
G.f.: (1+x-3*x^2-2*x^3)/((1-2*x^2)*(1-3*x^2)).
a(n) = ((5-(-1)^n)/2)^((2*n-1+(-1)^n)/4). - Luce ETIENNE, Dec 13 2014