Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A285551

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A285551 Volume of each square prism building the next 3-dimensional box in A100538 where side lengths form the Padovan spiral number sequence (A134816), starting with 1 X 1 X 1, 1 X 1 X 2, 2 X 2 X 2, 2 X 2 X 3, 4 X 4 X 5, ...
(history; published version)
#64 by N. J. A. Sloane at Sat Dec 07 12:18:29 EST 2019
PROG

def A(n): return sum([binomial(k, n - 2*k) for k in xrangerange(int(n/2) + 1)])

Discussion
Sat Dec 07 12:18
OEIS Server: https://oeis.org/edit/global/2837
#63 by N. J. A. Sloane at Wed Jul 19 21:33:38 EDT 2017
STATUS

proposed

approved

#62 by Vincenzo Librandi at Wed Jul 19 03:00:25 EDT 2017
STATUS

editing

proposed

#61 by Vincenzo Librandi at Wed Jul 19 03:00:06 EDT 2017
LINKS

Vincenzo Librandi, <a href="/A285551/b285551.txt">Table of n, a(n) for n = 1..1000</a>

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

MATHEMATICA

LinearRecurrence[{1, 2, 3, -2, 4, -4, -1, -1, 0, -1}, {1, 2, 8, 12, 36, 80, 175, 441, 972, 2304}, 40] (* Vincenzo Librandi, Jul 19 2017 *)

STATUS

reviewed

editing

#60 by Michel Marcus at Wed Jul 19 01:51:56 EDT 2017
STATUS

proposed

reviewed

#59 by Jon E. Schoenfield at Wed Jul 19 01:45:26 EDT 2017
STATUS

editing

proposed

#58 by Jon E. Schoenfield at Wed Jul 19 01:45:23 EDT 2017
NAME

Volume of each square prism building the next 3-dimensional box in A100538 where side lengths form the Padovan spiral number sequence (A134816), starting with 1 X 1 X 1x1x11, 1x1x21 X 1 X 2, 2x2x22 X 2 X 2, 2x2x32 X 2 X 3, 4x4x5 ...4 X 4 X 5, ...

STATUS

approved

editing

#57 by N. J. A. Sloane at Sun May 14 22:52:01 EDT 2017
STATUS

proposed

approved

#56 by Danny Rorabaugh at Wed May 03 22:27:01 EDT 2017
STATUS

editing

proposed

#55 by Danny Rorabaugh at Wed May 03 22:26:42 EDT 2017
LINKS

Robert Dickau "Padovan's Spiral, <a Numbers" href="http://demonstrations.wolfram.com/PadovansSpiralNumbers//">Padovan's Spiral Numbers</a>, Wolfram Demonstrations Project Published: August 19, 2010.

Wolfram Demonstrations Project Published: August 19, 2010.

STATUS

proposed

editing

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 19:11 EDT 2024. Contains 375273 sequences. (Running on oeis4.)