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.

A112566 a(n) = (A112565(n) - 1)/n for n>=1.

Original entry on oeis.org

1, 3, 9, 31, 109, 421, 1585, 5454, 20681, 80983, 311221, 1168531, 4505761, 17907735, 69240865, 272109736, 1078430833, 4147985381, 16383884581, 64335012378, 234179431201, 929947274509, 3651532869601, 14453209093051, 56596999501225
Offset: 1

Views

Author

Paul D. Hanna, Oct 14 2005

Keywords

Comments

A112565 is the main diagonal of square table A112564 of generalized Flavius Josephus sieves.

Crossrefs

Programs

  • PARI
    {a(n)=local(A=n,B=0,k=0);if(n<1,0, until(A==B,k=k+1;if(k%n==0,k=k+1);B=A;A=floor(A*(k+1)/k));A/n)}

Extensions

More terms from David Wasserman, Jun 30 2009