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.

A077294 a(n) = A077293(n)/n.

Original entry on oeis.org

12, 17, 189, 2, 182, 18535523586, 2454560, 265279053157841, 32559, 32333435363738394, 3765849495877, 4, 3808088656573505058353543202028, 469, 45124647144849165, 47986174880114274, 5, 48266
Offset: 1

Views

Author

Amarnath Murthy, Nov 03 2002

Keywords

Crossrefs

Cf. A077293.

Programs

  • PARI
    lista(nn) = {my(k=0, m); for(n=1, nn, m=k++; while(m%n>0 || m==n, m=eval(Str(m, k++))); print1(m/n, ", ")); } \\ Jinyuan Wang, May 16 2020

Extensions

More terms from R. J. Mathar, May 30 2008