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.

A079395 a(n) = prime(n)^11.

Original entry on oeis.org

2048, 177147, 48828125, 1977326743, 285311670611, 1792160394037, 34271896307633, 116490258898219, 952809757913927, 12200509765705829, 25408476896404831, 177917621779460413, 550329031716248441
Offset: 1

Views

Author

Jon Perry, Jan 06 2003

Keywords

Examples

			2^11 = 2048.
		

Crossrefs

Subsequence of A008455.
Cf. A013669.

Programs

Formula

From Amiram Eldar, Jan 24 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(11)/zeta(22).
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(11) = 1/A013669. (End)