Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130665
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130665 a(1) = 1; a(n) = max { 3*a(k)+a(n-k) | 1 <= k <= n/2 }, for n>1. +0
4
1, 4, 7, 16, 19, 28, 37, 64, 67, 76, 85, 112, 121, 148, 175, 256, 259, 268, 277, 304, 313, 340, 367, 448, 457, 484, 511, 592, 619, 700, 781, 1024, 1027, 1036, 1045, 1072, 1081, 1108, 1135, 1216, 1225, 1252, 1279, 1360, 1387, 1468, 1549, 1792, 1801, 1828, 1855 (list; graph; listen)
OFFSET

1,2

REFERENCES

D. E. Knuth, Problem submitted to Amer. Math. Monthly, Jun 18 2007.

FORMULA

a(2n)=4a(n) and a(2n+1)=3a(n)+a(n+1).

MAPLE

u:=3; a[1]:=1; M:=30; for n from 1 to M do a[2*n] := (u+1)*a[n]; a[2*n+1] := u*a[n] + a[n+1]; od; t1:=[seq( a[n], n=1..2*M )];

CROSSREFS

Cf. A006046, A130666, A130667.

Adjacent sequences: A130662 A130663 A130664 this_sequence A130666 A130667 A130668

Sequence in context: A037373 A018887 A059014 this_sequence A101534 A110933 A067398

KEYWORD

nonn

AUTHOR

njas, based on a message from D. E. Knuth, Jun 23 2007

page 1

Search completed in 0.003 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 May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research