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.

Showing 1-2 of 2 results.

A160940 Row sums of triangle defined in A083809.

Original entry on oeis.org

2, 10, 95, 86, 2063, 26338, 1796701, 37907460, 1121781743, 624173160, 301508365839, 448445587666, 90026771795043, 1998858898554, 406702125332939256247, 78594656763841284, 186966120412500951787
Offset: 1

Views

Author

Klaus Brockhaus, May 30 2009

Keywords

Examples

			Fourth row is 5, 11, 23, 47, so a(4) = 86.
		

Crossrefs

Programs

  • Magma
    f:=function(n) m:=1; while not IsPrime(m*n+1) do m+:=1; end while; return m*n+1; end function; [ &+[ k eq 1 select f(j) else f(Self(k-1)): k in [1..j] ]: j in [1..17] ];

A083810 a(n) = f^(n) (n), where f(n) is the smallest prime == 1 mod n (cf. A034694).

Original entry on oeis.org

2, 7, 59, 47, 1699, 22697, 1180247, 29962733, 1038006719, 411043979, 295951664941, 439109442193, 84309012901073, 1566310690709, 399766531626388768981, 71604415998366709, 180443128315884106709
Offset: 1

Views

Author

Amarnath Murthy, May 08 2003

Keywords

Comments

Main diagonal of A083809.

Crossrefs

Extensions

Edited, corrected and extended by Klaus Brockhaus, May 13 2003
Showing 1-2 of 2 results.