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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112877 Zeros in Cald's sequence: positions n such that A006509(n) = 0. 4
117, 199, 381, 427, 521, 721, 1151, 1997, 3625, 6607, 12269, 23209, 41133, 75441, 141209, 266969, 507701, 968373, 1851971, 3549473, 6817481, 13115259, 25267949, 48750929, 94173137, 182122379 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

A006509(117) = 0 and A006509(k) > 0 for k < 117, so a(1) = 117.

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Block[{b = a[n - 1], p = Prime[n - 1]}, If[ b - p > 0 && Position[t, b - p] == {}, b - p, If[ Position[t, b + p] == {}, b + p, 0]]]; t = {1}; Do[ AppendTo[t, a[n]], {n, 2, 270000}]; Flatten[ Position[t, 0]] (* Robert G. Wilson v *)

CROSSREFS

Cf. A006509, A112878, A117128, A117129.

Sequence in context: A109023 A201021 A187990 * A064180 A050245 A031174

Adjacent sequences:  A112874 A112875 A112876 * A112878 A112879 A112880

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 24 2005

EXTENSIONS

a(15) and a(16) from Robert G. Wilson v (rgwv(at)rgwv.com), Oct 29 2005

a(17) and a(18) from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jan 01 2006

a(19)-a(26) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 18 2010

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 16 10:53 EST 2012. Contains 205904 sequences.