Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082269
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082269 Number of terms in row n of A082268. +0
2
1, 1, 0, 5, 15, 0, 55, 85, 0, 325, 1023, 0, 3786, 4678, 0, 21809 (list; graph; listen)
OFFSET

1,4

MAPLE

A082269 := proc(n) local prts, alln, p, i, ncand, n10 ; if n = 1 then RETURN(1) ; fi ; alln := {} ; prts := combinat[partition](n) ; for p from 1 to nops(prts) do n10 := combinat[permute](op(p, prts)) ; for i from 1 to nops(n10) do ncand := op(i, n10) ; ncand := add(op(j, ncand)*10^(j-1), j=1..nops(ncand) ) ; if gcd(ncand, n) = 1 and ncand <> n then alln := alln union {ncand} ; fi ; od ; od ; nops(alln) ; end: seq(A082269(n), n=1..16) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007

CROSSREFS

Cf. A082268.

Sequence in context: A027832 A128946 A000331 this_sequence A107776 A114332 A077348

Adjacent sequences: A082266 A082267 A082268 this_sequence A082270 A082271 A082272

KEYWORD

base,more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 13 2003

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research