login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082210 Square root of the squares arising in A082209. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The squares are given in A090567. - M. F. Hasler, Nov 24 2015
LINKS
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
EXAMPLE
a(3) = 31 = 961^(1/2) where A082209(3) = 9 and A082209(4) = 61.
MATHEMATICA
Join[{1}, LinearRecurrence[{0, 0, 0, 0, 0, 1}, {4, 8, 7, 31, 248, 71}, 77]] (* Ray Chandler, Aug 26 2015 *)
PROG
(PARI) A082210(n)=n<2||return([248, 71, 4, 8, 7, 31][n%6+1]) \\ M. F. Hasler, Nov 24 2015
CROSSREFS
Cf. A082209.
Sequence in context: A309665 A196205 A196141 * A196282 A196332 A245654
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Apr 10 2003
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
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)