login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100673 A Graham-Pollak-like sequence with cube root instead of square root. 0
1, 2, 3, 4, 6, 8, 11, 15, 20, 26, 34, 44, 56, 71, 90, 114, 144, 182, 230, 291, 367, 463, 584, 737, 929, 1171, 1476, 1860, 2344, 2954, 3723, 4691, 5911, 7448, 9385, 11825, 14899, 18772, 23652, 29800, 37546, 47306, 59603, 75096, 94616, 119209, 150195, 189235 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

When the multiplier in the recurrence is 2 and the recurrence has two terms inside a square root, we have the Graham-Pollak sequence, where there is a remarkable exact explicit formula for a(n) in terms of the union of the set of integers and the set of integer multiples of Sqrt(2). As Weisstein summarizes Borwein & Bailey: "It is not known if sequences such as ... a(n) = a(n) = Floor((2*a(n-1)*(a(n-1)+1)*(a(n-1)+2))^(1/3)) have corresponding properties." This sequence is the given one, having the multiplier in the recurrence as 2 and three terms inside a cube root and with a(0) = 1. Through n=50, the primes are when n = 1, 2, 3, 6, 13, 20, 21, 24, 25, 31. Through n=50, the semiprimes are when n = 4, 7, 9, 10, 19, 23, 32, 34, 36, 40, 42, 47, 49.

REFERENCES

Borwein, J. and Bailey, D., Mathematics by Experiment: Plausible Reasoning in the 21st Century. Natick, MA: A. K. Peters, 2003.

R. L. Graham and H. O. Pollak, Note on a nonlinear recurrence related to sqrt(2), Mathematics Magazine, Volume 43, Pages 143-145, 1970. Zbl 201.04705.

LINKS

Eric Weisstein's World of Mathematics, Graham-Pollak sequence

FORMULA

a(0) = 1, a(n) = Floor((2*a(n-1)*(a(n-1)+1)*(a(n-1)+2))^(1/3))

EXAMPLE

a(6) = 11 because a(5) = 8; so a(6) = Floor((2*8*(8+1)*(8+2))^(1/3))

= floor(1440^(1/3)) = 11, which happens to be prime.

a(45) = 119209 because a(44) = 94616, so a(45) = Floor((2*94616*(94616+1)*(94616+2))^(1/3)) = floor(1694094050176992^(1/3)) = 119209 = 23 * 71 * 73, which happens to be a 3-brilliant number.

CROSSREFS

Cf. A001521, A091522, A091523.

Sequence in context: A035950 A175864 A133153 * A115671 A105782 A035956

Adjacent sequences:  A100670 A100671 A100672 * A100674 A100675 A100676

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Dec 06 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:58 EST 2012. Contains 205985 sequences.