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.

A135178 a(n) = p^3 + p^2 where p = prime(n).

Original entry on oeis.org

12, 36, 150, 392, 1452, 2366, 5202, 7220, 12696, 25230, 30752, 52022, 70602, 81356, 106032, 151686, 208860, 230702, 305252, 362952, 394346, 499280, 578676, 712890, 922082, 1040502, 1103336, 1236492, 1306910, 1455666, 2064512, 2265252
Offset: 1

Views

Author

Omar E. Pol, Nov 25 2007

Keywords

Examples

			a(4)=392 because the 4th prime number is 7, 7^3=343, 7^2=49 and 343+49=392.
		

Crossrefs

Cf. A000040 (p), A001248 (p^2), A030078 (p^3).
Cf. A065465.

Programs

Formula

Product_{n>=1} (1 - 1/a(n)) = A065465. - Amiram Eldar, Jan 23 2021
Sum 1/a(n) = A382562.