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!)
A048871 Length of hypotenuse squared in right triangle formed by a palindromic spiral plotted in Cartesian coordinates. 1
2, 5, 13, 25, 41, 61, 85, 113, 145, 202, 605, 1573, 3025, 4961, 7381, 10285, 13673, 17545, 20002, 22522, 26962, 31802, 37042, 42682, 48722, 55162, 62002, 69242, 77285, 85748, 94228, 103108, 112388, 122068, 132148, 142628, 153508, 164788 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
H. E. Huntley, The Divine Proportion, A Study in Mathematical Beauty. New York: Dover, 1970. See Chapter 13, Spira Mirabilis, especially Fig. 13-5, page 173.
LINKS
Patrick De Geest, World!Of Numbers
FORMULA
a(n) = A002113(n)^2 + A002113(n-1)^2, n > 1.
EXAMPLE
To begin palindromic spiral, plot (1, 0), (0, 1). Hypotenuse is c^2=a^2+b^2, or 2=1+1. a(1) = 2.
a(2)=5 because c^2=a^2+b^2 and 5=1+4.
MATHEMATICA
Join[{2}, Total[#^2]&/@Partition[Select[Range[300], PalindromeQ], 2, 1]] (* Harvey P. Dale, Mar 18 2024 *)
CROSSREFS
Cf. A002113.
An analog of the prime spiral of A048851.
Sequence in context: A178621 A362105 A309230 * A324702 A072921 A369714
KEYWORD
easy,nonn,base,nice
AUTHOR
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 24 12:29 EDT 2024. Contains 371937 sequences. (Running on oeis4.)