Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A010000
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A010000 a(0)=1, a(n)=n^2 + 2, n >= 1. +0
11
1, 3, 6, 11, 18, 27, 38, 51, 66, 83, 102, 123, 146, 171, 198, 227, 258, 291, 326, 363, 402, 443, 486, 531, 578, 627, 678, 731, 786, 843, 902, 963, 1026, 1091, 1158, 1227, 1298, 1371, 1446, 1523, 1602, 1683, 1766, 1851, 1938, 2027, 2118, 2211, 2306, 2403 (list; graph; listen)
OFFSET

0,2

COMMENT

Least k such that A070864(k) = 2n-1. - Robert G. Wilson v (rgwv(AT)rgwv.com) and Benoit Cloitre (benoit7848c(AT)orange.fr), May 20 2002

With an offset of 3, beginning with 6 (deleting first two terms) n*(n+a(n)) + 1 is a cube = (n+1)^3: 1(1+6) +1 = 8, 2(2+11) +1 = 27 etc. - Amarnath Murthy and Meenakshi Srikanth (amarnath_murthy(AT)yahoo.com), May 03 2003

For n>=2, a(n) is the maximum element in the continued fraction for sum(k>=1,1/n^(2^k)) (for n=2 see A006464) - Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 12 2007

FORMULA

a(n)=A000217(n-2)+A000217(n+1) for n>0. - Jon Perry (perry(AT)globalnet.co.uk), Jul 23 2003

Equals binomial transform of [1, 2, 1, 1, -1, 1, -1, 1,...]. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 23 2008

MATHEMATICA

a[1] = a[2] = 1; a[n_] := a[n] = 2 + a[n - a[n - 1]]; b = Table[0, {100}]; Do[c = (a[n] + 1)/2; If[c < 101 && b[[c]] == 0, b[[c]] = n], {n, 1, 10^4}]; b

CROSSREFS

Cf. A070864. Apart from initial terms, same as A059100.

Adjacent sequences: A009997 A009998 A009999 this_sequence A010001 A010002 A010003

Sequence in context: A025210 A140126 A140235 this_sequence A014125 A011849 A095944

KEYWORD

nonn

AUTHOR

njas

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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research