Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111614
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111614 First upper diagonal of array in A109626. +0
2
1, 1, 1, 3, 1, 6, 1, 7, 1, 3, 1, 6, 1, 3, 12, 3, 1, 6, 1, 11, 18, 3, 1, 24, 1, 3, 1, 8, 1, 21, 1, 11, 20, 20, 23, 16, 1, 22, 34, 21, 1, 14, 1, 22, 24, 26, 1, 2, 1, 43, 6, 26, 1, 33, 17, 46, 43, 32, 1, 25, 1, 34, 47, 35, 63, 25, 1, 8, 49, 31, 1, 48, 1, 40, 32, 73, 21, 58, 1, 80, 28, 44, 1, 29 (list; graph; listen)
OFFSET

1,4

COMMENT

a(1)=a(2)=1 & a(p^e)=1 for odd primes p and non-composite exponents e.

a(81)=28 and not 1 because 9^2=81.

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, n + 1], {n, 84}]

CROSSREFS

Cf. A109626.

Sequence in context: A040011 A066446 A069625 this_sequence A076889 A134689 A117552

Adjacent sequences: A111611 A111612 A111613 this_sequence A111615 A111616 A111617

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research