Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111615
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111615 Third upper diagonal of the array in A109626. +0
4
1, 2, 3, 4, 5, 3, 7, 8, 9, 5, 11, 12, 13, 14, 15, 16, 17, 9, 19, 10, 21, 11, 23, 24, 25, 26, 27, 28, 29, 15, 31, 32, 33, 17, 35, 18, 37, 19, 39, 40, 41, 42, 43, 22, 45, 46, 47, 48, 49, 25, 51, 26, 53, 54, 55, 28, 57, 29, 59, 60, 61, 31, 63, 64, 65, 66, 67, 68, 69, 70, 71, 36, 73 (list; graph; listen)
OFFSET

1,2

MATHEMATICA

f[n_] := f[n] = Block[{a}, a[0] = 1; a[l_] := a[l] = Block[{k = 1, s = Sum[ a[i]*x^i, {i, 0, l - 1}]}, While[ IntegerQ[ Last[ CoefficientList[ Series[(s + k*x^l)^(1/n), {x, 0, l}], x]]] != True, k++ ]; k]; Table[a[j], {j, 0, 80}]]; g[n_, m_] := f[n][[m]]; Table[ g[n, n + 3], {n, 74}]

CROSSREFS

Cf. A109626.

Sequence in context: A053585 A098988 A034699 this_sequence A053627 A125746 A017890

Adjacent sequences: A111612 A111613 A111614 this_sequence A111616 A111617 A111618

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 30 2005

page 1

Search completed in 0.002 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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research