The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A087348 a(n) = 10*n^2 - 6*n + 1. 4
5, 29, 73, 137, 221, 325, 449, 593, 757, 941, 1145, 1369, 1613, 1877, 2161, 2465, 2789, 3133, 3497, 3881, 4285, 4709, 5153, 5617, 6101, 6605, 7129, 7673, 8237, 8821, 9425, 10049, 10693, 11357, 12041, 12745, 13469, 14213, 14977, 15761, 16565, 17389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence found by reading the line from 5, in the direction 5, 29,..., in the square spiral whose vertices are the generalized heptagonal numbers A085787. - Omar E. Pol, Jul 18 2012
LINKS
FORMULA
a(n)^2 = A033579(n)^2+A033567(n)^2 = (4*A000326(n))^2+(A033579(n)+A056220(n-1))^2.
a(n) = 3*a(n-1)-3*a(n-2)+a(n-3). G.f.: x*(5+14*x+x^2)/(1-x)^3. - Colin Barker, Jun 30 2012
a(n) = 1 + A153784(n). - Omar E. Pol, Jul 18 2012
EXAMPLE
a(3)=73 since 73^2 = 48^2+55^2 = (4*12)^2 + (48+7)^2. See 1st formula.
PROG
(PARI) a(n)=10*n^2-6*n+1 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A176333 A100559 A224498 * A154412 A339935 A236075
KEYWORD
nonn,easy
AUTHOR
Charlie Marion, Oct 20 2003
EXTENSIONS
More terms from Ray Chandler, Oct 22 2003
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 May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)