Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090225
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090225 T(n,k) = Points in n-dimensional lattice of side length k with at least one coordinate = k and GCD of all coordinates = 1. +0
2
0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 2, 7, 0, 0, 0, 4, 12, 15, 0, 0, 0, 4, 30, 50, 31, 0, 0, 0, 8, 42, 160, 180, 63, 0, 0, 0, 4, 84, 304, 750, 602, 127, 0, 0, 0, 12, 78, 656, 1890, 3304, 1932, 255, 0, 0, 0, 8, 162, 880, 4620, 10864, 14070, 6050, 511, 0, 0, 0, 12, 156, 1680, 8070 (list; table; graph; listen)
OFFSET

0,9

FORMULA

T(n, 0) = 0; T(n, k) = (k+1)^n - k^n - sum T(n, divisors of k)

EXAMPLE

T(3,2) = 12 because of the six permutations of (2,1,0) and three each of (2,1,1) and (2,2,1).

MATHEMATICA

aux[n_, k_] := If[k == 0, 0, (k + 1)^n - k^n - Sum[aux[n, Divisors[k][[i]]], {i, 1, Length[Divisors[k]] - 1}]]

CROSSREFS

Cf. A090030.

Sequence in context: A035641 A036873 A081130 this_sequence A158678 A117980 A065032

Adjacent sequences: A090222 A090223 A090224 this_sequence A090226 A090227 A090228

KEYWORD

nonn,tabl

AUTHOR

Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), Nov 24 2003

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 December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research