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.

A135640 Powers of 839: a(n) = 839^n.

Original entry on oeis.org

1, 839, 703921, 590589719, 495504774241, 415728505588199, 348796216188498961, 292640025382150628279, 245524981295624377126081, 205995459307028852408781959, 172830190358597207170968063601, 145004529710863056816442205361239, 121658800427414104668995010298079521
Offset: 0

Views

Author

Omar E. Pol, Nov 27 2007

Keywords

Comments

The prime number 839 is related with the exceptional Lie group E_8 calculation. For more information, see: A134888, A134960 and A135639.

Examples

			a(2) = 703921 because 839^2 = 839*839 = 703921.
		

Crossrefs

Programs

Formula

a(n) = 839^n.
From Elmo R. Oliveira, Jul 05 2025: (Start)
G.f.: 1/(1-839*x).
E.g.f.: exp(839*x).
a(n) = 839*a(n-1). (End)