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.

A106481 An Euler phi transform of 1/(1 - x^2).

Original entry on oeis.org

0, 1, 1, 3, 3, 7, 5, 13, 9, 19, 13, 29, 17, 41, 23, 49, 31, 65, 37, 83, 45, 95, 55, 117, 63, 137, 75, 155, 87, 183, 95, 213, 111, 233, 127, 257, 139, 293, 157, 317, 173, 357, 185, 399, 205, 423, 227, 469, 243, 511, 263, 543, 287, 595, 305, 635, 329, 671, 357, 729
Offset: 0

Views

Author

Paul Barry, May 03 2005

Keywords

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..n} phi(n-k+1)*(k mod 2).
Euler transform of period 7 sequence [3,-2,-1,-1,-2,3,0,...].
a(2n) = A049690(n).
a(2n+1) = A099957(n).