Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051867
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051867 15-gonal numbers. +0
24
0, 1, 15, 42, 82, 135, 201, 280, 372, 477, 595, 726, 870, 1027, 1197, 1380, 1576, 1785, 2007, 2242, 2490, 2751, 3025, 3312, 3612, 3925, 4251, 4590, 4942, 5307, 5685, 6076, 6480, 6897, 7327, 7770, 8226, 8695, 9177, 9672, 10180, 10701 (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(13n-11)/2.

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

EXAMPLE

For n=2, a(2)=13*2+0-25=1; n=3, a(3)=13*3+1-25=15; n=4, a(4)=13*4+15-25=42 [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]+13 od: seq(a[n], n=0..41); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 18 2008

MATHEMATICA

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

CROSSREFS

Cf. A000217, A051866, A051868.

Sequence in context: A056698 A070007 A154267 this_sequence A008976 A072119 A069127

Adjacent sequences: A051864 A051865 A051866 this_sequence A051868 A051869 A051870

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research