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.

A098152 a(n) = a(n-1)^2 + n, with a(0)=0.

Original entry on oeis.org

0, 1, 3, 12, 148, 21909, 480004287, 230404115538378376, 53086056457022411804685755744397384, 2818129390158170901506703075470572449397357853477615482257305306043465
Offset: 0

Views

Author

Henry Bottomley, Oct 25 2004

Keywords

Examples

			a(4) = a(3)^2 + 4 =12^2 + 4 = 148.
		

Crossrefs

Programs

Formula

For n>0, a(n) = floor(1.366609561487624975914833969579996...^(2^n)) = floor(A028300(n)^0.68178667449368682115305109818...) = ceiling(A003095(n)^1.53346965582393874689368175542252...).