Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051872
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051872 20-gonal numbers. +0
4
0, 1, 20, 57, 112, 185, 276, 385, 512, 657, 820, 1001, 1200, 1417, 1652, 1905, 2176, 2465, 2772, 3097, 3440, 3801, 4180, 4577, 4992, 5425, 5876, 6345, 6832, 7337, 7860, 8401, 8960, 9537, 10132, 10745, 11376, 12025, 12692, 13377, 14080 (list; graph; listen)
OFFSET

0,3

REFERENCES

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

FORMULA

a(n)=n(9n-8).

a(n)=18*n+a(n-1)-35 (with a(1)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2009]

EXAMPLE

For n=2, a(2)=18*2+0-35=1; n=3, a(3)=18*3+1-35=20; n=4, a(4)=18*4+20-35=57 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2009]

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=2*a[n-1]-a[n-2]+18 od: seq(a[n], n=0..40); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 18 2008

MATHEMATICA

s=0; lst={s}; Do[s+=n++ +1; AppendTo[lst, s], {n, 0, 7!, 18}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]

CROSSREFS

Sequence in context: A044503 A109806 A012483 this_sequence A104100 A069132 A124713

Adjacent sequences: A051869 A051870 A051871 this_sequence A051873 A051874 A051875

KEYWORD

nonn,new

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 15 1999

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research