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.

A035511 3rd column of Inverse Stolarsky array.

Original entry on oeis.org

12, 20, 25, 38, 46, 59, 72, 80, 93, 109, 114, 127, 135, 148, 164, 169, 182, 198, 203, 216, 224, 237, 253, 258, 271, 279, 292, 308, 313, 326, 342, 347, 360, 368, 381, 397, 402, 415, 423, 436, 449, 457, 470, 486, 491, 504, 512, 525, 541, 546, 559, 575, 580, 593
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A035507.

Programs

  • Maple
    tau:=(1+sqrt(5))/2: 12,seq((2*round(n*tau)+1)+3*floor((2*round(n*tau)+1)*tau/2)+3,n=1..69); # C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 01 2005

Formula

a(n) = (2*round(n*tau)+1) + 3*(floor((round(n*tau) + 1/2)*tau)+1) for n > 0 and a(0)=12, tau = (1+sqrt(5))/2. - C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 01 2005

Extensions

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 01 2005