Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A031884
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A031884 Smaller of a pair of consecutive lucky numbers with a gap of 2n. +0
3
1, 3, 15, 79, 141, 51, 787, 495, 171, 937, 903, 745, 2851, 1611, 1057, 3811, 5769, 4893, 8719, 10683, 9841, 24073, 9567, 28245, 25687, 3507, 26943, 35743, 44805, 51979, 64723, 23205, 50779, 51475, 264075, 155833, 238057, 178755, 143311, 400591 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n) is the first occurrence of a difference of 2n between A000959(k+1) and A000959(k). - Robert G. Wilson v (rgwv(at)rgwv.com), May 12 2006

MATHEMATICA

lst = Range[1, 10^6, 2]; i = 2; While[ i <= (len = Length@lst) && (k = lst[[i]]) <= len, lst = Drop[lst, {k, len, k}]; i++ ]; f[n_] := Block[{k = 1}, While[t[[k + 1]] - t[[k]] != 2n, k++ ]; t[[k]]]; Array[f, 41] (* Robert G. Wilson v *)

CROSSREFS

Cf. A000959, A031885, A031883, A031158, A031886, A031888, A031890, A031892, A031894, A031896, A031898, A031900, A031902.

Adjacent sequences: A031881 A031882 A031883 this_sequence A031885 A031886 A031887

Sequence in context: A026115 A027911 A104530 this_sequence A052755 A137957 A002514

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), May 12 2006

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 May 13 01:46 EDT 2008. Contains 139661 sequences.


AT&T Labs Research