|
Search: id:A062544
|
|
|
| A062544 |
|
n plus sum of previous three terms. |
|
+0 5
|
|
| 0, 1, 3, 7, 15, 30, 58, 110, 206, 383, 709, 1309, 2413, 4444, 8180, 15052, 27692, 50941, 93703, 172355, 317019, 583098, 1072494, 1972634, 3628250, 6673403, 12274313, 22575993, 41523737, 76374072, 140473832, 258371672, 475219608
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,300
|
|
FORMULA
|
a(n) =n+a(n-1)+a(n-2)+a(n-3) =(A001590(n+4)-n-3)/2
|
|
EXAMPLE
|
a(5)=5+15+7+3=30
|
|
PROGRAM
|
(PARI) { a=a1=a2=a3=0; for (n=0, 300, write("b062544.txt", n, " ", a+=n + a2 + a3); a3=a2; a2=a1; a1=a ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 08 2009]
|
|
CROSSREFS
|
n plus sum of all previous terms gives A000225, n plus sum of two previous terms gives A001924, n plus previous term gives A000217, n gives A001477.
Cf. A007800.
Sequence in context: A055795 A058695 A023610 this_sequence A120411 A069112 A064084
Adjacent sequences: A062541 A062542 A062543 this_sequence A062545 A062546 A062547
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Jun 26 2001
|
|
|
Search completed in 0.002 seconds
|