Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051865
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051865 13-gonal numbers. +0
25
0, 1, 13, 36, 70, 115, 171, 238, 316, 405, 505, 616, 738, 871, 1015, 1170, 1336, 1513, 1701, 1900, 2110, 2331, 2563, 2806, 3060, 3325, 3601, 3888, 4186, 4495, 4815, 5146, 5488, 5841, 6205, 6580, 6966, 7363, 7771, 8190, 8620, 9061, 9513 (list; graph; listen)
OFFSET

0,3

COMMENT

Triskaidecagonal (or tridecagonal) numbers. [From Omar E. Pol (info(AT)polprimos.com), Dec 09 2008]

REFERENCES

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

LINKS

T. D. Noe, Table of n, a(n) for n=0..1000

FORMULA

a(n)=n(11n-9)/2.

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

EXAMPLE

For n=2, a(2)=11*2+0-21=1; n=3, a(3)=11*3+1-21=13; n=4, a(4)=11*4+13-21=36 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 12 2009]

MAPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A000217, A051624, A051866.

Sequence in context: A034119 A054285 A101103 this_sequence A081928 A034129 A118361

Adjacent sequences: A051862 A051863 A051864 this_sequence A051866 A051867 A051868

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 November 22 20:51 EST 2009. Contains 167312 sequences.


AT&T Labs Research