Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062071
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062071 a(n) = [n/1] +[n/(2^2)] + [n/(3^3)] + [n/(4^4)]+...+[n/(k^k)+..., up to infinity, where [ ] is the floor function. +0
1
1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 32, 34, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 69, 70, 72, 73, 74, 75, 77, 78, 79, 80, 82, 83, 84, 85, 87, 88, 89, 90 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

EXAMPLE

a(7) = [7/1] + [7/4] + [7/27] + ...= 7+1+0+0... =8. a(8) = [ 8/1] + [8/4] + [8/27] + [8/256]+ ...= 8 + 2 + 0 + 0 + ... = 10.

PROGRAM

(PARI) \p 10 v=[]; for(n=1, 120, v=concat(v, suminf(k=1, floor(n/k^k)))); v

(PARI) { for (n=1, 1000, write("b062071.txt", n, " ", suminf(k=1, n\k^k)\1) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]

CROSSREFS

Cf. A011371.

Sequence in context: A001068 A039145 A038129 this_sequence A087069 A023737 A037459

Adjacent sequences: A062068 A062069 A062070 this_sequence A062072 A062073 A062074

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 13 2001

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 21 2001

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research