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.

A160674 A bisection of A063522.

Original entry on oeis.org

1, 63, 305, 847, 1809, 3311, 5473, 8415, 12257, 17119, 23121, 30383, 39025, 49167, 60929, 74431, 89793, 107135, 126577, 148239, 172241, 198703, 227745, 259487, 294049, 331551, 372113, 415855, 462897, 513359, 567361, 625023, 686465, 751807, 821169, 894671
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2009

Keywords

Programs

  • Mathematica
    Table[LegendreP[3,2n+1],{n,0,50}]
  • PARI
    a(n)=pollegendre(3,2*n+1) \\ Charles R Greathouse IV, Mar 19 2017