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!)
A184349 Number of strings of numbers x(i=1..3) in 0..n with sum i^4*x(i) equal to 81*n. 2
1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 5, 6, 7, 9, 9, 9, 9, 10, 11, 11, 11, 11, 12, 13, 13, 13, 14, 16, 18, 19, 20, 21, 23, 25, 25, 25, 26, 27, 28, 28, 28, 29, 31, 33, 34, 35, 37, 39, 41, 42, 43, 45, 47, 49, 49, 50, 51, 52, 54, 55, 57, 59, 61, 63, 64, 66, 68, 70, 72, 73, 75, 77, 79 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Row 3 of A184348
LINKS
Robert Israel, Proof of formula
FORMULA
Empirical: a(n) = 2*a(n-1)-a(n-2)+a(n-81)-2*a(n-82)+a(n-83).
Coefficient of x^(81n) in h(x^(n+1))/h(x), where h(x) = (x-1)(x^16-1)(x^81-1). - Robert Israel, Nov 03 2016
EXAMPLE
All solutions for n=5
..0....1
..0....5
..5....4
MAPLE
h:= unapply((x-1)*(x^16-1)*(x^81-1), x):
f:= n -> coeff(normal(h(x^(n+1))/h(x)), x, 81*n):
map(f, [$1..100]); # Robert Israel, Nov 03 2016
CROSSREFS
Sequence in context: A351646 A025811 A034258 * A290573 A218085 A290726
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 11 2011
STATUS
approved

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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)