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!)
A195318 Centered 44-gonal numbers. 7
1, 45, 133, 265, 441, 661, 925, 1233, 1585, 1981, 2421, 2905, 3433, 4005, 4621, 5281, 5985, 6733, 7525, 8361, 9241, 10165, 11133, 12145, 13201, 14301, 15445, 16633, 17865, 19141, 20461, 21825, 23233, 24685, 26181, 27721, 29305, 30933, 32605, 34321, 36081 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence found by reading the line from 1, in the direction 1, 45, ..., in the square spiral whose vertices are the generalized tridecagonal numbers A195313. Semi-axis opposite to A195323 in the same spiral.
LINKS
FORMULA
a(n) = 22*n^2 - 22*n + 1.
Sum_{n>=1} 1/a(n) = Pi*tan(3*Pi/(2*sqrt(11)))/(6*sqrt(11)). - Amiram Eldar, Feb 11 2022
MATHEMATICA
Table[22n^2-22n+1, {n, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {1, 45, 133}, 50] (* Harvey P. Dale, Mar 16 2019 *)
PROG
(Magma) [22*n^2 - 22*n + 1: n in [1..50]]; // Vincenzo Librandi, Sep 21 2011
(PARI) a(n)=22*n^2-22*n+1 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Bisection of A195149.
Sequence in context: A277131 A206209 A098924 * A131011 A336507 A156370
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Sep 16 2011
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)