login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146507 Numbers congruent to {1, 13} mod 42. 4
1, 13, 43, 55, 85, 97, 127, 139, 169, 181, 211, 223, 253, 265, 295, 307, 337, 349, 379, 391, 421, 433, 463, 475, 505, 517, 547, 559, 589, 601, 631, 643, 673, 685, 715, 727, 757, 769, 799, 811, 841, 853, 883, 895, 925, 937, 967, 979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Positive integers k such that Hypergeometric[k/14,(14-k)/14,1/2,3/4] = 2*cos(2Pi/7).
LINKS
FORMULA
a(2k-1) = 42*(k-1)+1, a(2k) = 42*(k-1)+13, where k>0.
G.f.: x*(1 + 12*x + 29*x^2)/((1 - x)^2*(1 + x)). - Ilya Gutkovskiy, Dec 06 2016
E.g.f.: 29 + ((42*x - 49)*exp(x) - 9*exp(-x))/2. - David Lovler, Sep 10 2022
MATHEMATICA
Select[Range[1000], MemberQ[{1, 13}, Mod[#, 42]]&] (* Ray Chandler, Dec 06 2016 *)
LinearRecurrence[{1, 1, -1}, {1, 13, 43}, 50] (* Harvey P. Dale, Apr 15 2020 *)
CROSSREFS
Sequence in context: A136191 A268483 A039318 * A113831 A139494 A043141
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 30 2008
EXTENSIONS
Description, formula and crossrefs corrected by Ray Chandler, Dec 06 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)