[go: up one dir, main page]

login
Revision History for A194713 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
13 times hexagonal numbers: 13*n*(2*n-1).
(history; published version)
#17 by Charles R Greathouse IV at Thu Sep 08 08:45:58 EDT 2022
PROG

(MAGMAMagma) [13*n*(2*n-1): n in [0..50]]; // Vincenzo Librandi, Oct 03 2011

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#16 by Bruno Berselli at Thu Nov 22 02:44:12 EST 2018
STATUS

proposed

approved

#15 by Jon E. Schoenfield at Thu Nov 22 02:13:11 EST 2018
STATUS

editing

proposed

#14 by Jon E. Schoenfield at Thu Nov 22 02:13:08 EST 2018
COMMENTS

Sequence found by reading the line from 0, in the direction 0, 13, ..., in the square spiral whose vertices are the generalized 15-gonal numbers.

FORMULA

a(0)=0, a(n) = a(n-1) + 52*n - 39, a(0)=0. - Vincenzo Librandi, Oct 03 2011

PROG

(MAGMA) [13*n*(2*n-1): n in [0..50]]; // _Vincenzo Librandi, _, Oct 03 2011

STATUS

approved

editing

#13 by Charles R Greathouse IV at Sat Jun 17 03:18:16 EDT 2017
STATUS

editing

approved

#12 by Charles R Greathouse IV at Sat Jun 17 03:18:14 EDT 2017
LINKS

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).

FORMULA

a(0)=0, a(n) = a(n-1)+52*n-39. - _Vincenzo Librandi, _, Oct 03 2011

PROG

(PARI) a(n)=13*n*(2*n-1) \\ Charles R Greathouse IV, Jun 17 2017

STATUS

approved

editing

#11 by Russ Cox at Fri Mar 30 17:34:06 EDT 2012
AUTHOR

_Omar E. Pol (info(AT)polprimos.com), _, Oct 02 2011

Discussion
Fri Mar 30
17:34
OEIS Server: https://oeis.org/edit/global/157
#10 by T. D. Noe at Mon Oct 03 11:13:57 EDT 2011
STATUS

proposed

approved

#9 by Vincenzo Librandi at Mon Oct 03 03:54:28 EDT 2011
STATUS

editing

proposed

#8 by Vincenzo Librandi at Mon Oct 03 03:54:09 EDT 2011
LINKS

Vincenzo Librandi, <a href="/A194713/b194713.txt">Table of n, a(n) for n = 0..10000</a>

FORMULA

a(0)=0, a(n) = a(n-1)+52*n-39. - Vincenzo Librandi, Oct 03 2011

PROG

(MAGMA) [13*n*(2*n-1): n in [0..50]]; // Vincenzo Librandi, Oct 03 2011

STATUS

approved

editing