login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138996 First differences of Frobenius numbers for 5 successive numbers A138985. 5
1, 1, 1, 7, 2, 2, 2, 12, 3, 3, 3, 17, 4, 4, 4, 22, 5, 5, 5, 27, 6, 6, 6, 32, 7, 7, 7, 37, 8, 8, 8, 42, 9, 9, 9, 47, 10, 10, 10, 52, 11, 11, 11, 57, 12, 12, 12, 62, 13, 13, 13, 67, 14, 14, 14, 72, 15, 15, 15, 77, 16, 16, 16, 82, 17, 17, 17, 87, 18, 18, 18, 92, 19, 19, 19, 97, 20, 20, 20 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

For first differences of Frobenius numbers for 2 successive numbers see A005843

For first differences of Frobenius numbers for 3 successive numbers see A014682

For first differences of Frobenius numbers for 4 successive numbers see A138995

For first differences of Frobenius numbers for 5 successive numbers see A138996

For first differences of Frobenius numbers for 6 successive numbers see A138997

For first differences of Frobenius numbers for 7 successive numbers see A138998

For first differences of Frobenius numbers for 8 successive numbers see A138999

FORMULA

a(n)=A138985(n+1)-A138985(n)

a(n)=2*a(n-4)-a(n-8). - R. J. Mathar, Apr 20 2008

a(n) = -(1/4)*mod(n,4)*x(4+mod(n,4))+(1/4)*n*x(4+mod(n,4))+x(mod(n,4))-(1/4)*n*x(mod(n,4))+(1/4)*mod(n,4)*x(mod(n,4)). - Alexander R. Povolotsky (pevnev(AT)juno.com), Apr 20 2008

MATHEMATICA

a = {}; Do[AppendTo[a, FrobeniusNumber[{n + 1, n + 2, n + 3, n + 4, n + 5}]], {n, 1, 100}]; Differences[a]

CROSSREFS

Cf. A028387, A037165, A079326, A138985, A138986, A138987, A138988, A138989, A138990, A138991, A138992, A138993, A138994, A138995, A138996, A138997, A138998, A138999.

Sequence in context: A176704 A198415 A195723 * A010141 A199370 A154759

Adjacent sequences:  A138993 A138994 A138995 * A138997 A138998 A138999

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Apr 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 06:27 EST 2012. Contains 205998 sequences.