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.

A082210 Square root of the squares arising in A082209.

Original entry on oeis.org

1, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248, 71, 4, 8, 7, 31, 248
Offset: 1

Views

Author

Amarnath Murthy, Apr 10 2003

Keywords

Comments

The squares are given in A090567. - M. F. Hasler, Nov 24 2015

Examples

			a(3) = 31 = 961^(1/2) where A082209(3) = 9 and A082209(4) = 61.
		

Crossrefs

Cf. A082209.

Programs

  • Mathematica
    Join[{1},LinearRecurrence[{0, 0, 0, 0, 0, 1},{4, 8, 7, 31, 248, 71},77]] (* Ray Chandler, Aug 26 2015 *)
  • PARI
    A082210(n)=n<2||return([248,71,4,8,7,31][n%6+1]) \\ M. F. Hasler, Nov 24 2015

Formula

a(n) = {A082209(n) concatenated with A082209(n+1)}^(1/2).
Periodic with period 6 from n=2 onward. - Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 20 2003
a(n) = sqrt(A090567(n)) with A090567(n) = A082209(n) concat A243091(A082209(n)). - M. F. Hasler, Nov 24 2015

Extensions

Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 20 2003
Definition corrected and minor edits by M. F. Hasler, Nov 24 2015
Showing 1-1 of 1 results.