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.

Showing 1-1 of 1 results.

A227783 Stufe of Q(sqrt(-k)), where k is the n-th squarefree number.

Original entry on oeis.org

1, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 2, 4, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 2, 4, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 2, 2, 4
Offset: 1

Views

Author

Keywords

Comments

A227782 is the main entry for this sequence.

Crossrefs

Programs

  • PARI
    apply(n->if(n%8==7,4,if(n>1,2,1)),select(issquarefree, vector(200,i,i)))

Formula

a(n) = A227782(A005117(n)).
Showing 1-1 of 1 results.