login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051876 24-gonal numbers: n(11n-10). 26
0, 1, 24, 69, 136, 225, 336, 469, 624, 801, 1000, 1221, 1464, 1729, 2016, 2325, 2656, 3009, 3384, 3781, 4200, 4641, 5104, 5589, 6096, 6625, 7176, 7749, 8344, 8961, 9600, 10261, 10944, 11649, 12376, 13125, 13896, 14689, 15504, 16341 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

Sequence found by reading the line from 0, in the direction 0, 24,... and the parallel line from 1, in the direction 1, 69,..., in the square spiral whose vertices are the generalized 24-gonal numbers. - Omar E. Pol, Jul 18 2012

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, p. 189.

LINKS

Table of n, a(n) for n=0..39.

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

a(n)=n(11n-10).

a(n)=22*n+a(n-1)-21 (with a(0)=0) [From Vincenzo Librandi, Aug 06 2010]

G.f.: x*(1+21*x)/(1-x)^3. [Colin Barker, Jan 10 2012]

EXAMPLE

a(1)=22*1+0-21=1; a(2)=22*2+1-21=24; a(3)=22*3+24-21=69 [From Vincenzo Librandi, Aug 06 2010]

MATHEMATICA

s=0; lst={s}; Do[s+=n++ +1; AppendTo[lst, s], {n, 0, 7!, 22}]; lst [From Vladimir Joseph Stephan Orlovsky, Nov 16 2008]

PROG

(PARI) a(n)=n*(11*n-10) \\ Charles R Greathouse IV, Jul 19 2011

CROSSREFS

Cf. n-gonal numbers: A000217, A000290, A000326, A000384, A000566, A000567, A001106, A001107, A051682, A051624, A051865-A051875.

Sequence in context: A039331 A043934 A087406 * A069174 A124717 A126378

Adjacent sequences:  A051873 A051874 A051875 * A051877 A051878 A051879

KEYWORD

nonn,easy,changed

AUTHOR

N. J. A. Sloane, Dec 15 1999

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 20:36 EDT 2013. Contains 225504 sequences.