[go: up one dir, main page]

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!)
Revision History for A111612 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A111612 Twelfth column of A109626.
(history; published version)
#4 by Russ Cox at Fri Mar 30 18:36:50 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com) _ and Robert G. Wilson v, Aug 01 2005

Discussion
Fri Mar 30 18:36
OEIS Server: https://oeis.org/edit/global/213
#3 by Russ Cox at Fri Mar 30 17:31:16 EDT 2012
AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) and _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Aug 01 2005

Discussion
Fri Mar 30 17:31
OEIS Server: https://oeis.org/edit/global/156
#2 by N. J. A. Sloane at Mon Oct 09 03:00:00 EDT 2006
KEYWORD

nonn,new

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) & ) and Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 01 2005

#1 by N. J. A. Sloane at Wed Sep 21 03:00:00 EDT 2005
NAME

Twelfth column of A109626.

DATA

1, 1, 1, 3, 5, 6, 7, 4, 6, 5, 11, 6, 13, 14, 5, 12, 17, 18, 19, 5, 21, 22, 23, 8, 25, 13, 9, 28, 29, 10, 31, 8, 33, 17, 35, 21, 37, 38, 26, 20, 41, 21, 43, 22, 45, 46, 47, 44, 49, 25, 34, 13, 53, 9, 55, 56, 19, 29, 59, 20, 61, 62, 42, 16, 65, 22, 67, 51, 23, 70, 71, 72, 73, 37, 75, 38

OFFSET

1,4

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, 128}]]; g[n_, m_] := f[n][[m]]; Table[g[n, 12 + 1], {n, 76}]

CROSSREFS

Cf. A109626.

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) & Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 01 2005

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 August 29 11:15 EDT 2024. Contains 375512 sequences. (Running on oeis4.)